com.pietschy.command.configuration
Class InvalidSyntaxException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pietschy.command.configuration.ParseException
              extended by com.pietschy.command.configuration.InvalidSyntaxException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSyntaxException
extends ParseException

Thrown for configuration syntax errors.

See Also:
Serialized Form

Constructor Summary
InvalidSyntaxException(java.lang.String line, java.lang.String message)
          Creates a new instance
 
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

InvalidSyntaxException

public InvalidSyntaxException(java.lang.String line,
                              java.lang.String message)
Creates a new instance

Parameters:
line - the full text of the configuraiton line in error.
message - the error message.


Copyright © 2006 - 2007 Andrew Pietsch