Class ProcessingException

    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessingException​(java.lang.String message)
      ProcessingException constructor Construct the processing exception with a message
      ProcessingException​(java.lang.String message, java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a message and a throwable exception
      ProcessingException​(java.lang.Throwable cause)
      ProcessingException constructor Construct the processing exception with a throwable exception
    • Method Summary

      • 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
    • Constructor Detail

      • ProcessingException

        public ProcessingException​(java.lang.String message,
                                   java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a message and a throwable exception
        Parameters:
        message - associated message
        cause - associated cause
      • ProcessingException

        public ProcessingException​(java.lang.Throwable cause)
        ProcessingException constructor Construct the processing exception with a throwable exception
        Parameters:
        cause - associated cause
      • ProcessingException

        public ProcessingException​(java.lang.String message)
        ProcessingException constructor Construct the processing exception with a message
        Parameters:
        message - associated message