|
|||||||
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 java.lang.RuntimeException dk.brics.xact.XMLException dk.brics.xact.XMLValidationException
public class XMLValidationException
Exception thrown if XML schema type validation fails.
Constructor Summary | |
---|---|
XMLValidationException(String s)
Constructs a new exception. |
|
XMLValidationException(String s,
Origin origin)
Constructs a new exception. |
|
XMLValidationException(Throwable cause,
Origin origin)
Constructs a new exception. |
Method Summary | |
---|---|
XMLValidationException |
getNext()
Returns the next validation error, or null if none. |
void |
setNext(XMLValidationException next)
Sets the next validation error. |
Methods inherited from class dk.brics.xact.XMLException |
---|
getOrigin |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public XMLValidationException(String s)
public XMLValidationException(String s, Origin origin)
public XMLValidationException(Throwable cause, Origin origin)
Method Detail |
---|
public XMLValidationException getNext()
public void setNext(XMLValidationException next)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |