Class PubPaperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.rit.dca.pubpaper.exception.PubPaperException
All Implemented Interfaces:
java.io.Serializable

public class PubPaperException
extends java.lang.Exception
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) java.lang.String message  
    (package private) java.lang.String[] messageInformation  
  • Constructor Summary

    Constructors 
    Constructor Description
    PubPaperException​(java.lang.Exception exception)  
    PubPaperException​(java.lang.Exception exception, java.lang.String errorMessage, java.lang.String... values)  
  • Method Summary

    Modifier and Type Method Description
    private void writeLog()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • PubPaperException

      public PubPaperException​(java.lang.Exception exception)
    • PubPaperException

      public PubPaperException​(java.lang.Exception exception, java.lang.String errorMessage, java.lang.String... values)
  • Method Details