java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hsqldb.lib.AppendableException
- All Implemented Interfaces:
Serializable
Allows additional messages to be appended.
It often makes for better (and more efficient) design to add context
details to an exception at intermediate points in the thread.
This class makes it easy and efficient to catch and rethrow for that purpose.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAppendableException
(String string, Throwable cause) AppendableException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
LS
-
appendages
-
-
Constructor Details
-
AppendableException
public AppendableException() -
AppendableException
-
AppendableException
-
AppendableException
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-
appendMessage
-