public class SeriousPoemException extends PoemException
Exception thrown in a situation where
normal operation cannot sustain it.subException| Constructor and Description |
|---|
SeriousPoemException()
Constructor.
|
SeriousPoemException(Exception subException)
This should probably be deprecated as from Java 1.4.
|
SeriousPoemException(String message)
Constructor.
|
SeriousPoemException(String message,
Exception subException)
This should probably be deprecated as from Java 1.4.
|
getCoreMessage, getMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, setStackTrace, toStringpublic SeriousPoemException(String message, Exception subException)
public SeriousPoemException(String message)
public SeriousPoemException(Exception subException)
public SeriousPoemException()
Copyright © 2000–2021 PanEris. All rights reserved.