Package io.github.perplexhub.rsql
Class PropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.github.perplexhub.rsql.RSQLException
io.github.perplexhub.rsql.PropertyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyAccessControlException,UnknownPropertyException
Thrown to indicate generic problem with entity property (e.g. not existing, forbidden).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPropertyException(String name, Class<?> type) PropertyException(String name, Class<?> type, String message) PropertyException(String name, Class<?> type, 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
-
PropertyException
-
PropertyException
-
PropertyException
-
-
Method Details