public class UnexpectedExceptionPoemException extends SeriousPoemException
| Modifier and Type | Field and Description |
|---|---|
String |
info
A description of the problem.
|
subException| Constructor and Description |
|---|
UnexpectedExceptionPoemException(Exception exception)
Constructor.
|
UnexpectedExceptionPoemException(Exception exception,
String info)
Constructor.
|
UnexpectedExceptionPoemException(String info)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The detail message which may be null.
|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic String info
public UnexpectedExceptionPoemException(String info)
public UnexpectedExceptionPoemException(Exception exception, String info)
public UnexpectedExceptionPoemException(Exception exception)
public String getMessage()
PoemExceptiongetMessage in class PoemExceptionThrowable.getMessage()Copyright © 2000–2021 PanEris. All rights reserved.