public abstract class PoemException extends RuntimeException
NOTE All POEM exceptions are unchecked.
| Modifier and Type | Field and Description |
|---|---|
Exception |
subException
Pre-java 1.4 initial cause.
|
| Constructor and Description |
|---|
PoemException()
Constructor.
|
PoemException(Exception subException)
Constructor.
|
PoemException(String message)
Constructor with message.
|
PoemException(String message,
Exception subException)
Constructor with message and initial cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCoreMessage() |
String |
getMessage()
The detail message which may be null.
|
Throwable |
initCause(Throwable cause)
No longer overrides standard method.
|
Exception |
innermostException() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter w) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic Exception subException
public PoemException(Exception subException)
public PoemException()
public PoemException(String message, Exception subException)
public PoemException(String message)
public Throwable initCause(Throwable cause)
initCause in class ThrowableThrowable.initCause(java.lang.Throwable)public String getCoreMessage()
public String getMessage()
getMessage in class ThrowableThrowable.getMessage()public Exception innermostException()
public void printStackTrace()
printStackTrace in class ThrowableThrowable.printStackTrace()public void printStackTrace(PrintStream s)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintStream)public void printStackTrace(PrintWriter w)
printStackTrace in class ThrowableThrowable.printStackTrace(java.io.PrintWriter)Copyright © 2000–2021 PanEris. All rights reserved.