dk.brics.xact
Class XMLValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by dk.brics.xact.XMLException
                  extended by dk.brics.xact.XMLValidationException
All Implemented Interfaces:
Serializable

public class XMLValidationException
extends XMLException

Exception thrown if XML schema type validation fails.

See Also:
Serialized Form

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLValidationException

public XMLValidationException(String s)
Constructs a new exception.


XMLValidationException

public XMLValidationException(String s,
                              Origin origin)
Constructs a new exception.


XMLValidationException

public XMLValidationException(Throwable cause,
                              Origin origin)
Constructs a new exception.

Method Detail

getNext

public XMLValidationException getNext()
Returns the next validation error, or null if none.


setNext

public void setNext(XMLValidationException next)
Sets the next validation error.



Copyright © 2005-2011 Aarhus University.