org.apache.lenya.lucene.parser
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.lucene.parser.ParseException
All Implemented Interfaces:
java.io.Serializable

public class ParseException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ParseException()
          Creates a new instance of ParseException
ParseException(java.lang.String message)
          Creates a new ParseException object.
ParseException(java.lang.String message, java.lang.Throwable cause)
          Creates a new ParseException object.
ParseException(java.lang.Throwable cause)
          Creates a new ParseException object.
 
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()
Creates a new instance of ParseException


ParseException

public ParseException(java.lang.String message,
                      java.lang.Throwable cause)
Creates a new ParseException object.

Parameters:
message - the error message
cause - the cause of the exception

ParseException

public ParseException(java.lang.String message)
Creates a new ParseException object.

Parameters:
message - the error message

ParseException

public ParseException(java.lang.Throwable cause)
Creates a new ParseException object.

Parameters:
cause - the cause of the exception


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.