edu.uci.isr.yancees
Class YanceesException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.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)
           
 
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)