Class NoSuchContextPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.damap.base.rest.gdpr.exceptions.NoSuchContextPropertyException
- All Implemented Interfaces:
Serializable
NoSuchContextPropertyException class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor for NoSuchContextPropertyException.NoSuchContextPropertyException(Class<?> clazz, String propertyName) Constructor for NoSuchContextPropertyException.NoSuchContextPropertyException(String message) Constructor for NoSuchContextPropertyException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchContextPropertyException
Constructor for NoSuchContextPropertyException. -
NoSuchContextPropertyException
Constructor for NoSuchContextPropertyException.- Parameters:
message- aStringobject
-
NoSuchContextPropertyException
public NoSuchContextPropertyException()Constructor for NoSuchContextPropertyException.
-