public class X4OPhaseException extends Exception
Constructor and Description |
---|
X4OPhaseException(X4OPhaseHandler exceptionPhase,
Exception e)
Creates an ElementException from a parent exception.
|
X4OPhaseException(X4OPhaseHandler exceptionPhase,
String message)
Creates an ElementException from a parent exception.
|
X4OPhaseException(X4OPhaseHandler exceptionPhase,
String message,
Exception e)
Creates an ElementException from a parent exception.
|
Modifier and Type | Method and Description |
---|---|
X4OPhaseHandler |
getX4OPhaseHandler()
Returns the X4OPhaseHandler which created this Exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public X4OPhaseException(X4OPhaseHandler exceptionPhase, Exception e)
exceptionPhase
- The handler which throwed.e
- The Exception.public X4OPhaseException(X4OPhaseHandler exceptionPhase, String message)
exceptionPhase
- The handler which throwed.message
- The message of the error.public X4OPhaseException(X4OPhaseHandler exceptionPhase, String message, Exception e)
exceptionPhase
- The handler which throwed.message
- The message of the error.e
- The Exception.public X4OPhaseHandler getX4OPhaseHandler()
Copyright © 2004-2012 X4O. All Rights Reserved.