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

Constructor Summary
QSException(String msg)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QSException

public QSException(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable