public class CoreException
extends com.sodius.mdw.internal.core.eval.filter.FilteredException
This class is not intended to be subclassed by clients but may be instantiated.
Constructor and Description |
---|
CoreException(String message)
Constructs a
CoreException with the specified detail message. |
CoreException(String message,
Throwable cause)
Constructs a
CoreException with the specified detail message and the specified cause. |
CoreException(Throwable cause)
Constructs a
CoreException with the specified cause. |
printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public CoreException(String message)
CoreException
with the specified detail message.message
- the detail message.public CoreException(Throwable cause)
CoreException
with the specified cause.cause
- the cause.