com.davisor.data
Class NoSuchTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.davisor.data.NoSuchTypeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchTypeException
extends java.lang.Exception

NoSuchTypeException is thrown when a given type name is not recognized.

Since:
JDK1.1
See Also:
Serialized Form

Constructor Summary
NoSuchTypeException(java.lang.String message)
          Creates a new exception with a detail message.
 
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

NoSuchTypeException

public NoSuchTypeException(java.lang.String message)
Creates a new exception with a detail message.



Copyright © 2001-2004 Davisor Oy. All Rights Reserved.