All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class xs.xs_StyleException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----xs.xs_StyleException

public class xs_StyleException
extends IOException
Class xs_StyleException - Exception when an error occurs while applying an XSL stylesheet to an XML document.


Constructor Index

 o xs_StyleException(String)
Constructor.
 o xs_StyleException(String, int, int)
Constructor.

Method Index

 o getLastSignificantPosition()
Get the position in the source at which the last significant item occurred.
 o getMessage2()
Get a string representation of this exception.
 o getParsePosition()
Get the position in the source (number of characters) when the exception occurred.

Constructors

 o xs_StyleException
 public xs_StyleException(String InputDescription,
                          int InputLastSignificantPosition,
                          int InputParsePosition)
Constructor.

Parameters:
InputDescription - Description of exception
InputLastSignificantPosition - The position of the last significant event
InputParsePosition - The current character position in the source
 o xs_StyleException
 public xs_StyleException(String InputDescription)
Constructor.

Parameters:
InputDescription - Description of exception

Methods

 o getLastSignificantPosition
 public int getLastSignificantPosition()
Get the position in the source at which the last significant item occurred.

Returns:
The position in the source of the last significant event
 o getParsePosition
 public int getParsePosition()
Get the position in the source (number of characters) when the exception occurred.

Returns:
The source position at which the exception occurred
 o getMessage2
 public String getMessage2()
Get a string representation of this exception.

Returns:
A string representation of this exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index