Class FormException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FormException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exception used by the Form services
    Author:
    Gavin Cornwell
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FormException​(java.lang.String msgId)  
      FormException​(java.lang.String msgId, java.lang.Object[] msgParams)  
      FormException​(java.lang.String msgId, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class org.alfresco.error.AlfrescoRuntimeException

        create, create, getMsgId, getMsgParams, getNumericalId, getRootCause, makeRuntimeException
      • 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

      • FormException

        public FormException​(java.lang.String msgId)
      • FormException

        public FormException​(java.lang.String msgId,
                             java.lang.Throwable cause)
      • FormException

        public FormException​(java.lang.String msgId,
                             java.lang.Object[] msgParams)