javax.jmi.model
Class NameNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--javax.jmi.reflect.RefException
                    |
                    +--javax.jmi.model.NameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NameNotFoundException
extends RefException

See Also:
Serialized Form

Constructor Summary
NameNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getName()
           
 
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(java.lang.String name)
Method Detail

getName

public java.lang.String getName()