javax.jmi.model
Class NameNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.jmi.reflect.RefException
              extended by javax.jmi.model.NameNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class NameNotFoundException
extends RefException
implements java.io.Serializable

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()