|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--javax.xml.transform.TransformerException | +--net.sf.saxon.type.ValidationException
This exception indicates a failure when validating an instance against a type defined in a schema.
Constructor Summary | |
ValidationException(java.lang.Exception exception)
Creates a new ValidationException with the given nested exception. |
|
ValidationException(java.lang.String message)
Creates a new ValidationException with the given message. |
|
ValidationException(java.lang.String message,
java.lang.Exception exception)
Creates a new ValidationException with the given message and nested exception. |
|
ValidationException(java.lang.String message,
javax.xml.transform.SourceLocator locator)
Create a new TransformerException from a message and a Locator. |
Method Summary | |
int |
getColumnNumber()
|
int |
getLineNumber()
|
javax.xml.transform.SourceLocator |
getLocator()
|
java.lang.String |
getPublicId()
|
java.lang.String |
getSystemId()
|
void |
setColumnNumber(int column)
|
void |
setLineNumber(int line)
|
void |
setLocator(org.xml.sax.Locator locator)
|
void |
setPublicId(java.lang.String id)
|
void |
setSourceLocator(javax.xml.transform.SourceLocator locator)
|
void |
setSystemId(java.lang.String id)
|
java.lang.String |
toString()
Returns the String representation of this Exception |
Methods inherited from class javax.xml.transform.TransformerException |
getCause, getException, getLocationAsString, getMessageAndLocation, initCause, printStackTrace, printStackTrace, printStackTrace, setLocator |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ValidationException(java.lang.String message)
message
- the message for this Exceptionpublic ValidationException(java.lang.Exception exception)
exception
- the nested exceptionpublic ValidationException(java.lang.String message, java.lang.Exception exception)
message
- the detail message for this exceptionexception
- the nested exceptionpublic ValidationException(java.lang.String message, javax.xml.transform.SourceLocator locator)
message
- The error or warning message.locator
- The locator object for the error or warning.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getPublicId()
getPublicId
in interface javax.xml.transform.SourceLocator
public java.lang.String getSystemId()
getSystemId
in interface javax.xml.transform.SourceLocator
public int getLineNumber()
getLineNumber
in interface javax.xml.transform.SourceLocator
public int getColumnNumber()
getColumnNumber
in interface javax.xml.transform.SourceLocator
public void setPublicId(java.lang.String id)
public void setSystemId(java.lang.String id)
public void setLineNumber(int line)
public void setColumnNumber(int column)
public void setLocator(org.xml.sax.Locator locator)
public void setSourceLocator(javax.xml.transform.SourceLocator locator)
public javax.xml.transform.SourceLocator getLocator()
getLocator
in class javax.xml.transform.TransformerException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |