Class UninitializedBuilderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.ygbstudio.jbrave.core.exceptions.UninitializedBuilderException
- All Implemented Interfaces:
Serializable
Exception thrown when a URL query builder is not initialized before adding options.
URL query builders must call clear() before adding options if the implementation
inherits from AbstractQueryUrlBuilder.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUninitializedBuilderException(String message) UninitializedBuilderException(@NotNull Supplier<String> message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UninitializedBuilderException
-
UninitializedBuilderException
-