All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.kvisco.xsl.XSLException

com.kvisco.xsl.XSLException

public class XSLException
Author:
Keith Visco

Variable Index

 o errorMessages
 o INVALID_ATTRIBUTE_VALUE_TEMPLATE
 o INVALID_CHILD_NODE
 o INVALID_MATCH_PATTERN
 o INVALID_RULE
 o INVALID_SELECT_PATTERN
 o INVALID_XSL_ELEMENT
 o MISSING_REQUIRED_ATTR

Constructor Index

 o XSLException(int, String)
Creates a new XSLException
 o XSLException(String)
Creates a new XSLException

Method Index

 o getMessage()
Returns the error message for this Exception

Variables

 o INVALID_CHILD_NODE
 public static final int INVALID_CHILD_NODE
 o INVALID_RULE
 public static final int INVALID_RULE
 o INVALID_MATCH_PATTERN
 public static final int INVALID_MATCH_PATTERN
 o INVALID_SELECT_PATTERN
 public static final int INVALID_SELECT_PATTERN
 o INVALID_XSL_ELEMENT
 public static final int INVALID_XSL_ELEMENT
 o INVALID_ATTRIBUTE_VALUE_TEMPLATE
 public static final int INVALID_ATTRIBUTE_VALUE_TEMPLATE
 o MISSING_REQUIRED_ATTR
 public static final int MISSING_REQUIRED_ATTR
 o errorMessages
 public static String errorMessages[]

Constructors

 o XSLException
 public XSLException(String message)
Creates a new XSLException

Parameters:
message - the error message for this exception
 o XSLException
 public XSLException(int error,
                     String message)
Creates a new XSLException

Parameters:
error - the error code of this exception
message - the error message for this exception

Methods

 o getMessage
 public String getMessage()
Returns the error message for this Exception

Returns:
the error message

All Packages  Class Hierarchy  This Package  Previous  Next  Index