Package org.hippoecm.frontend.util
Class MappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hippoecm.frontend.util.MappingException
- All Implemented Interfaces:
Serializable
Exception that is thrown when (un)marshalling a bean fails.
- See Also:
-
Constructor Summary
ConstructorDescriptionMappingException
(String message) MappingException
(String message, Throwable cause) MappingException
(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
-
MappingException
public MappingException() -
MappingException
-
MappingException
-
MappingException
-