net.trajano.twiff
Class MissingTokenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.trajano.twiff.TwiffException
net.trajano.twiff.MissingTokenException
- All Implemented Interfaces:
- Serializable
public class MissingTokenException
- extends TwiffException
Subclass of TwiffException
when a form had no
"token" value.
- Author:
- Archimedes Trajano
- See Also:
- Serialized Form
Constructor Summary |
MissingTokenException()
Construct a new exception with no cause and no detail message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MissingTokenException
public MissingTokenException()
- Construct a new exception with no cause and no detail message.
Copyright © 2004-2005 trajano.net. All Rights Reserved.