Package org.dalesbred.query
Class VariableResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.dalesbred.DatabaseException
org.dalesbred.query.VariableResolutionException
- All Implemented Interfaces:
Serializable
Exception thrown when a variable could not be resolved.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVariableResolutionException
(@NotNull String message) VariableResolutionException
(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class org.dalesbred.DatabaseException
getQuery, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
VariableResolutionException
-
VariableResolutionException
-