com.lexonics.edsel.parser
Class Parser.ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.lexonics.edsel.parser.Parser.ParseException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Parser
- public static final class Parser.ParseException
- extends Exception
An Edsel parse exception.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Parser.ParseException
public Parser.ParseException(String message)
- Construct a ParseException with a given detail message.
- Parameters:
message - The detail message.
Parser.ParseException
public Parser.ParseException(String message,
Throwable cause)
- Construct a ParseException with a given detail message and cause.
- Parameters:
message - The detail message.cause - The cause.
Copyright, 2003
Lexonics, Inc.
All Rights Reserved