Module org.hsqldb

Class AppendableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.hsqldb.lib.AppendableException
All Implemented Interfaces:
Serializable

public class AppendableException extends Exception
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 Details

    • LS

      public static final String LS
    • appendages

      public List<String> appendages
  • Constructor Details

    • AppendableException

      public AppendableException()
    • AppendableException

      public AppendableException(String s)
    • AppendableException

      public AppendableException(Throwable cause)
    • AppendableException

      public AppendableException(String string, Throwable cause)
  • Method Details