org.apache.xml.utils

Class WrongParserException

public class WrongParserException extends RuntimeException

Certain functions may throw this error if they are paired with the incorrect parser.

UNKNOWN: general

Constructor Summary
WrongParserException(String message)
Create a WrongParserException object.

Constructor Detail

WrongParserException

public WrongParserException(String message)
Create a WrongParserException object.

Parameters: message The error message that should be reported to the user.

Copyright B) 2005 Apache XML Project. All Rights Reserved.