Class FormNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FormNotFoundException
    extends org.alfresco.error.AlfrescoRuntimeException
    Exception used by the Form service when a form can not be found for the given item
    Author:
    Gavin Cornwell
    See Also:
    Serialized Form
    • 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

      • FormNotFoundException

        public FormNotFoundException​(Item item)
      • FormNotFoundException

        public FormNotFoundException​(Item item,
                                     java.lang.Throwable cause)