Class UnknownPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.SysException
com.aquima.interactions.foundation.exception.UnknownPropertyException
- All Implemented Interfaces:
Serializable
This exception is used to indicate a property was unknown or not supported.
- Since:
- 5.0
- Author:
- O. Kerpershoek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownPropertyException
(String propertyName) Constructs the exception with the name of the property.UnknownPropertyException
(String propertyName, Throwable cause) Constructs the exception with the name of the property. -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the name of the property that was unknown.Methods inherited from class com.aquima.interactions.foundation.exception.SysException
raise, raise
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownPropertyException
Constructs the exception with the name of the property.- Parameters:
propertyName
- The name of the property that was unknown.
-
UnknownPropertyException
Constructs the exception with the name of the property.- Parameters:
propertyName
- The name of the property that was unknown.cause
- The actual cuase of the exception.
-
-
Method Details