javax.jmi.model
Class NameNotResolvedException

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

public class NameNotResolvedException
extends RefException

See Also:
Serialized Form

Constructor Summary
NameNotResolvedException(java.lang.String explanation, java.util.List restOfName)
           
 
Method Summary
 java.lang.String getExplanation()
           
 java.util.List getRestOfName()
           
 
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

NameNotResolvedException

public NameNotResolvedException(java.lang.String explanation,
                                java.util.List restOfName)
Method Detail

getExplanation

public java.lang.String getExplanation()

getRestOfName

public java.util.List getRestOfName()