net.trajano.twiff
Class MissingTokenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.trajano.twiff.TwiffException
                  extended by 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.
 
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

MissingTokenException

public MissingTokenException()
Construct a new exception with no cause and no detail message.



Copyright © 2004-2005 trajano.net. All Rights Reserved.