所有类


org.omg.CosNaming.NamingContextPackage
类 NotFound

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 org.omg.CORBA.UserException
              继承者 org.omg.CosNaming.NamingContextPackage.NotFound
所有已实现的接口:
Serializable, IDLEntity

public final class NotFound
   
   
   
   
     
     
extends UserException

org/omg/CosNaming/NamingContextPackage/NotFound.java。由 "3.2" 版的 IDL-to-Java 编译器(可移植)从 ../src/share/classes/org/omg/CosNaming/nameservice.idl 生成,生成时间为 2004 年 9 月 15 日,星期三 04:46:42 (GMT-08:00)。


字段摘要
 NameComponent[]rest_of_name
           
 NotFoundReasonwhy
           
 
构造方法摘要
NotFound()
           
NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
           
NotFound(String $reason, NotFoundReason _why, NameComponent[] _rest_of_name)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

why

public NotFoundReason why

rest_of_name

public NameComponent[] rest_of_name
构造方法详细信息

NotFound

public NotFound()

NotFound

public NotFound(NotFoundReason _why,
                NameComponent[] _rest_of_name)

NotFound

public NotFound(String $reason,
                NotFoundReason _why,
                NameComponent[] _rest_of_name)

所有类