public class EPException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
static EPTypeClass |
EPTYPE
Type information
|
Constructor and Description |
---|
EPException(String message)
Ctor.
|
EPException(String message,
Throwable cause)
Ctor for an inner exception and message.
|
EPException(Throwable cause)
Ctor - just an inner exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final EPTypeClass EPTYPE
public EPException(String message)
message
- - error messagepublic EPException(String message, Throwable cause)
message
- - error messagecause
- - inner exceptionpublic EPException(Throwable cause)
cause
- - inner exceptionCopyright © 2005–2021. All rights reserved.