javax.jmi.model
Class NameNotResolvedException

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

public class NameNotResolvedException
extends RefException

See Also:
Serialized Form

Constructor Summary
NameNotResolvedException(String explanation, List restOfName)
           
 
Method Summary
 String getExplanation()
           
 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(String explanation,
                                List restOfName)
Method Detail

getExplanation

public String getExplanation()

getRestOfName

public List getRestOfName()


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.