public class X4OPhaseException extends Exception
| Constructor and Description |
|---|
X4OPhaseException(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.
|
| Modifier and Type | Method and Description |
|---|---|
X4OPhase |
getX4OPhaseHandler()
Returns the X4OPhaseHandler which created this Exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic X4OPhaseException(X4OPhase exceptionPhase, Exception e)
exceptionPhase - The handler which throwed.e - The Exception.public X4OPhaseException(X4OPhase exceptionPhase, String message)
exceptionPhase - The handler which throwed.message - The message of the error.public X4OPhase getX4OPhaseHandler()
Copyright © 2004-2013 X4O. All Rights Reserved.