org.locomotive.server
Class ParseFormException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.locomotive.server.ParseFormException

public class ParseFormException
extends java.lang.Exception

A basic exception class used by FormParser

See Also:
Serialized Form

Constructor Summary
ParseFormException()
           
ParseFormException(java.lang.String err)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseFormException

public ParseFormException()

ParseFormException

public ParseFormException(java.lang.String err)