Class StreamPiException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.stream_pi.util.exception.StreamPiException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MinorException, SevereException

public class StreamPiException extends Exception
See Also:
Serialized Form
  • Constructor Details

    • StreamPiException

      public StreamPiException(String message)
    • StreamPiException

      public StreamPiException(String title, String message)
  • Method Details

    • getShortMessage

      public String getShortMessage()
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • setShortMessage

      public void setShortMessage(String message)