Package io.github.perplexhub.rsql
Class RSQLException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.perplexhub.rsql.RSQLException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConversionException,FunctionBlackListedException,FunctionNotWhiteListedException,PropertyException
Thrown to indicate that generic problems within library. It is a superclass for all exceptions defined here.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRSQLException(String message) RSQLException(String message, Throwable cause) RSQLException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RSQLException
public RSQLException() -
RSQLException
-
RSQLException
-
RSQLException
-