com.pietschy.command.configuration
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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)
|
| 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 |
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