edu.uchsc.ccp.knowtator
Class InvalidSpanException

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

public class InvalidSpanException
extends RuntimeException

Author:
Philip V. Ogren
See Also:
Serialized Form

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

InvalidSpanException

public InvalidSpanException()
Creates a new instance of InvalidSpanException


InvalidSpanException

public InvalidSpanException(String message)

InvalidSpanException

public InvalidSpanException(String message,
                            Throwable cause)

InvalidSpanException

public InvalidSpanException(Throwable cause)