org.apache.lucene.xmlparser

Class ParserException

public class ParserException extends Exception

Author: maharwood

Constructor Summary
ParserException()
ParserException(String message)
ParserException(String message, Throwable cause)
ParserException(Throwable cause)

Constructor Detail

ParserException

public ParserException()

ParserException

public ParserException(String message)

Parameters: message

ParserException

public ParserException(String message, Throwable cause)

Parameters: message cause

ParserException

public ParserException(Throwable cause)

Parameters: cause

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.