info.magnolia.module.form.engine
Class NoSuchFormStateException

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

public class NoSuchFormStateException
extends Exception

Thrown when an attempt is made to get form state from session that does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchFormStateException(String token)
           
 
Method Summary
 String getToken()
           
 
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

NoSuchFormStateException

public NoSuchFormStateException(String token)
Method Detail

getToken

public String getToken()


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