Class X4OPhaseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.x4o.xml.lang.phase.X4OPhaseException
- All Implemented Interfaces:
Serializable
Is throw when there is en Exception within an Element.
- Version:
- 1.0 Jan 1, 2009
- Author:
- Willem Cazander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionX4OPhaseException
(X4OPhase exceptionPhase, Exception e) Creates an ElementException from a parent exception.X4OPhaseException
(X4OPhase exceptionPhase, String message) Creates an ElementException from a parent exception.X4OPhaseException
(X4OPhase exceptionPhase, String message, Exception e) Creates an ElementException from a parent exception. -
Method Summary
Modifier and TypeMethodDescriptionReturns the X4OPhaseHandler which created this Exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
X4OPhaseException
-
X4OPhaseException
-
X4OPhaseException
-
-
Method Details
-
getX4OPhaseHandler
Returns the X4OPhaseHandler which created this Exception.- Returns:
- An X4OPhaseHandler
-