com.moneydance.util
Class StringEncodingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.moneydance.util.StringEncodingException
All Implemented Interfaces:
java.io.Serializable

public class StringEncodingException
extends java.lang.Exception

Exception thrown when a format error is encountered while reading in a StreamObject. $Author: sreilly $ $Date: 2001/01/31 19:31:16 $ $Revision: 1.1 $ ------------------------------------------------------------------------ $Log: StringEncodingException.java,v $ Revision 1.1 2001/01/31 19:31:16 sreilly Moved *everything* to com.moneydance package, and rearranged a couple of the packages in the process. Revision 1.3 1999/02/12 21:22:50 sreilly added copyright and removed references to artistic license Revision 1.2 1998/12/09 03:01:34 sreilly Reminders mostly implemented and working, including homepage summary of reminders. Revision 1.1.1.1 1998/08/13 13:58:57 sreilly Initial Moneydance checkin

See Also:
Serialized Form

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

StringEncodingException

public StringEncodingException()

StringEncodingException

public StringEncodingException(java.lang.String str)