Class FormException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.error.AlfrescoRuntimeException
org.alfresco.repo.forms.FormException
All Implemented Interfaces:
Serializable

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

    • FormException

      public FormException(String msgId)
    • FormException

      public FormException(String msgId, Throwable cause)
    • FormException

      public FormException(String msgId, Object[] msgParams)