FileDocCategorySizeDatePackage
WrongParserException.javaAPI DocJava SE 5 API1138Fri Aug 26 14:56:04 BST 2005com.sun.org.apache.xml.internal.utils

WrongParserException

public class WrongParserException extends RuntimeException
Certain functions may throw this error if they are paired with the incorrect parser.
xsl.usage
general

Fields Summary
Constructors Summary
public WrongParserException(String message)
Create a WrongParserException object.

param
message The error message that should be reported to the user.

    super(message);
  
Methods Summary