dk.brics.xact.analysis
Class XMLAnalysisException

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

public class XMLAnalysisException
extends XMLException

Exception thrown if analysis fails.

See Also:
Serialized Form

Constructor Summary
XMLAnalysisException(String s)
          Constructs a new exception.
XMLAnalysisException(String s, Origin origin)
          Constructs a new exception.
XMLAnalysisException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XMLAnalysisException

public XMLAnalysisException(String s)
Constructs a new exception.


XMLAnalysisException

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


XMLAnalysisException

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



Copyright © 2005-2011 Aarhus University.