net.sf.saxon.type
public class ValidationException extends XPathException implements SourceLocator, Locator
Constructor Summary | |
---|---|
ValidationException(String message)
Creates a new ValidationException with the given message. | |
ValidationException(Exception exception)
Creates a new ValidationException with the given nested
exception. | |
ValidationException(String message, Exception exception)
Creates a new ValidationException with the given message
and nested exception. | |
ValidationException(String message, SourceLocator locator)
Create a new XPathException from a message and a Locator. |
Method Summary | |
---|---|
int | getColumnNumber() |
int | getLineNumber() |
SourceLocator | getLocator() |
String | getPublicId() |
String | getSystemId() |
void | setColumnNumber(int column) |
void | setLineNumber(int line) |
void | setLocator(Locator locator) |
void | setPublicId(String id) |
void | setSourceLocator(SourceLocator locator) |
void | setSystemId(String id) |
String | toString()
Returns the String representation of this Exception |
Parameters: message the message for this Exception
Parameters: exception the nested exception
Parameters: message the detail message for this exception exception the nested exception
Parameters: message The error or warning message. locator The locator object for the error or warning.
Returns: the String representation of this Exception