edu.iu.cnets.klatsch.exception
Class KlatschException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.iu.cnets.klatsch.exception.KlatschException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EvaluationException, ParserException, TokenException

abstract class KlatschException
extends java.lang.Exception

This is the base class of all exceptions generated within Klatsch.


Field Summary
private static long serialVersionUID
           
 
Constructor Summary
KlatschException()
           
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

KlatschException

KlatschException()