org.alfresco.web.forms
Class FormProcessor.ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.alfresco.web.forms.FormProcessor.ProcessingException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
FormProcessor

public static class FormProcessor.ProcessingException
extends java.lang.Exception

Exception for errors encoutered during form processing.

See Also:
Serialized Form

Constructor Summary
FormProcessor.ProcessingException(java.lang.Exception cause)
           
FormProcessor.ProcessingException(java.lang.String msg)
           
FormProcessor.ProcessingException(java.lang.String msg, java.lang.Exception cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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

FormProcessor.ProcessingException

public FormProcessor.ProcessingException(java.lang.String msg)

FormProcessor.ProcessingException

public FormProcessor.ProcessingException(java.lang.Exception cause)

FormProcessor.ProcessingException

public FormProcessor.ProcessingException(java.lang.String msg,
                                         java.lang.Exception cause)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.