edu.uci.isr.yancees
Class YanceesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.uci.isr.yancees.YanceesException
All Implemented Interfaces:
java.io.Serializable

public class YanceesException
extends java.lang.Exception

exception related to Errors in the message parsing

See Also:
Serialized Form

Constructor Summary
YanceesException()
           
YanceesException(java.lang.String s)
           
 
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

YanceesException

public YanceesException()

YanceesException

public YanceesException(java.lang.String s)