Class FormsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FormsException
    extends java.lang.RuntimeException
    Exception class that wraps the exception thrown when any of the forms component fails.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FormsException​(java.lang.Exception e)  
      FormsException​(java.lang.String message)  
      FormsException​(java.lang.String message, java.lang.Exception e)  
    • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FormsException

        public FormsException​(java.lang.Exception e)
      • FormsException

        public FormsException​(java.lang.String message)
      • FormsException

        public FormsException​(java.lang.String message,
                              java.lang.Exception e)