com.pietschy.command.configuration
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pietschy.command.configuration.ParseException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
IllegalFormatException, InvalidSyntaxException, ResourceNotFoundException, UnknownMemberTypeException, UnknownPropertyException, UnknownSeparatorTypeException, UnknownValueException

public class ParseException
extends java.lang.Exception

Thrown for errors parsing configuration files.

See Also:
Serialized Form

Constructor Summary
ParseException(java.lang.String message)
           
ParseException(java.lang.String line, java.lang.String message)
           
ParseException(java.lang.String line, java.lang.String message, java.lang.Throwable throwable)
           
ParseException(java.lang.String message, java.lang.Throwable throwable)
           
 
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

ParseException

public ParseException(java.lang.String message)

ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable throwable)

ParseException

public ParseException(java.lang.String line,
                      java.lang.String message)

ParseException

public ParseException(java.lang.String line,
                      java.lang.String message,
                      java.lang.Throwable throwable)


Copyright © 2006 - 2007 Andrew Pietsch