neuroidnet.ntr
Class NameNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--neuroidnet.ntr.NameNotFoundException
All Implemented Interfaces:
Serializable

public class NameNotFoundException
extends Exception

NameNotFoundException.java

Created: Sun Oct 28 22:25:07 2001

Modified: $Date: 2002/03/26 00:28:43 $

Version:
$Revision: 1.3 $ for this file.
Author:
Cengiz Gunay
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
NameNotFoundException(String msg)
           
 
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

NameNotFoundException

public NameNotFoundException(String msg)