ostore.util
Class QSException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--ostore.util.QSException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- TypeTable.NoSuchTypeCode
- public class QSException
- extends Exception
An exception class thrown during decode when it becomes clear that the
encoded data does not represent an object of the type it is trying to be
decoded to.
- Version:
- "$Id: QSException.java,v 1.6 2002/07/20 19:18:15 srhea Exp $"
- Author:
- Sean C. Rhea
- See Also:
TypeTable
,
QuickSerializable
,
QSException
,
Serialized Form
QSException
public QSException(String msg)
toString
public String toString()
- Overrides:
toString
in class Throwable