jrunx.persistence.greylock
Class NoSuchTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.NoSuchTypeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchTypeException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoSuchTypeException(java.lang.String tname)
           
NoSuchTypeException(java.lang.String tname, java.lang.Throwable th)
           
 
Method Summary
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchTypeException

public NoSuchTypeException(java.lang.String tname)

NoSuchTypeException

public NoSuchTypeException(java.lang.String tname,
                           java.lang.Throwable th)
Method Detail

getTypeName

public java.lang.String getTypeName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.