public abstract class NormalPoemException extends PoemException
subException| Constructor and Description |
|---|
NormalPoemException()
Constructor.
|
NormalPoemException(Exception subException)
Constructor.
|
NormalPoemException(String message)
Constructor with message.
|
NormalPoemException(String message,
Exception subException)
Constructor with message and pre-java 1.4 initial cause.
|
getCoreMessage, getMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic NormalPoemException(Exception subException)
public NormalPoemException()
public NormalPoemException(String message, Exception subException)
public NormalPoemException(String message)
Copyright © 2000–2021 PanEris. All rights reserved.