info.magnolia.module.form.processors
Class FormProcessorFailedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.magnolia.module.form.processors.FormProcessorFailedException
All Implemented Interfaces:
Serializable

public class FormProcessorFailedException
extends Exception

Exception thrown by FormProcessors when they encounter an error. The message of this exception is presented to the user. A FormProcessor should throw a RuntimeException to have a generic error message presented to the user.

See Also:
Serialized Form

Constructor Summary
FormProcessorFailedException(String message)
           
 
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

FormProcessorFailedException

public FormProcessorFailedException(String message)


Copyright © 2013 Magnolia International Ltd.. All Rights Reserved.