edu.uchsc.ccp.knowtator.xml
Class KnowtatorXMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uchsc.ccp.knowtator.xml.KnowtatorXMLException
All Implemented Interfaces:
Serializable

public class KnowtatorXMLException
extends Exception

See Also:
Serialized Form

Constructor Summary
KnowtatorXMLException()
          Creates a new instance of InvalidSpanException
KnowtatorXMLException(String message)
           
KnowtatorXMLException(String message, Throwable cause)
           
KnowtatorXMLException(Throwable cause)
           
 
Method Summary
 
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

KnowtatorXMLException

public KnowtatorXMLException()
Creates a new instance of InvalidSpanException


KnowtatorXMLException

public KnowtatorXMLException(String message)

KnowtatorXMLException

public KnowtatorXMLException(String message,
                             Throwable cause)

KnowtatorXMLException

public KnowtatorXMLException(Throwable cause)