Class CommandParserException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--CommandParserException

public class CommandParserException
extends java.lang.Exception

An exception class, thrown when a CommandParser encounters an error parsing a source file for commands.

See Also:
Serialized Form

Constructor Summary
CommandParserException(java.lang.String s)
          Creates a new CommandParserException, using the given String.
 
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

CommandParserException

public CommandParserException(java.lang.String s)
Creates a new CommandParserException, using the given String.
Parameters:
s - the description String for the Exception.