Package org.nuxeo.common.xmap
Class XMapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nuxeo.common.xmap.XMapException
-
- All Implemented Interfaces:
Serializable
public class XMapException extends RuntimeException
Exception during XMap processing.- Since:
- 9.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMapException()
XMapException(String message)
XMapException(String message, Throwable cause)
XMapException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-