Class PropertyValueFormatException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.composum.sling.core.exception.PropertyValueFormatException
-
- All Implemented Interfaces:
Serializable
public class PropertyValueFormatException extends Exception
the exception to handle bad property values values thrown by servlet operations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyValueFormatException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyValueFormatException
public PropertyValueFormatException(String message)
-
-