gecco.server.startup
Class ParseErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--gecco.server.startup.ParseErrorException
All Implemented Interfaces:
Serializable

public class ParseErrorException
extends Exception

Description of the Class

Author:
Karl Hasselström
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ParseErrorException(String message)
          Constructor for the ParseErrorException object
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ParseErrorException

public ParseErrorException(String message)
Constructor for the ParseErrorException object
Parameters:
message - Description of Parameter