com.lexonics.edsel.parser
Class Parser.ParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
Parser.ParseException(String message)
          Construct a ParseException with a given detail message.
Parser.ParseException(String message, Throwable cause)
          Construct a ParseException with a given detail message and cause.
 
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

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