dk.brics.xact
Class XMLTemplateException

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.XMLTemplateException
All Implemented Interfaces:
Serializable

public class XMLTemplateException
extends XMLException

Exception thrown if XML template parsing fails.

See Also:
Serialized Form

Constructor Summary
XMLTemplateException(String s)
          Constructs a new exception.
XMLTemplateException(String s, Origin origin)
          Constructs a new exception.
XMLTemplateException(String s, Throwable cause)
          Constructs a new exception.
XMLTemplateException(String s, Throwable cause, Origin origin)
          Constructs a new exception.
XMLTemplateException(Throwable cause)
          Constructs a new exception.
XMLTemplateException(Throwable cause, Origin origin)
          Constructs a new exception.
 
Method Summary
 
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

XMLTemplateException

public XMLTemplateException(String s)
Constructs a new exception.


XMLTemplateException

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


XMLTemplateException

public XMLTemplateException(String s,
                            Throwable cause)
Constructs a new exception.


XMLTemplateException

public XMLTemplateException(String s,
                            Throwable cause,
                            Origin origin)
Constructs a new exception.


XMLTemplateException

public XMLTemplateException(Throwable cause)
Constructs a new exception.


XMLTemplateException

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



Copyright © 2005-2011 Aarhus University.