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.
-
xs_StyleException(String)
- Constructor.
-
xs_StyleException(String, int, int)
- Constructor.
-
getLastSignificantPosition()
- Get the position in the source at which the last significant item occurred.
-
getMessage2()
- Get a string representation of this exception.
-
getParsePosition()
- Get the position in the source (number of characters) when the exception
occurred.
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
xs_StyleException
public xs_StyleException(String InputDescription)
- Constructor.
- Parameters:
- InputDescription - Description of exception
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
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
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