FileDocCategorySizeDatePackage
WrongParserException.javaAPI DocJava SE 6 API1212Tue Jun 10 00:23:12 BST 2008com.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
static final long
serialVersionUID
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