|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.omg.CORBA.UserException
org.omg.CosNaming.NamingContextPackage.NotFound
public final class NotFound
The exception is thrown when the binding being searched does not exist or has the wrong type
Field Summary | |
---|---|
NameComponent[] |
rest_of_name
Contains the remainder of the non working name. |
NotFoundReason |
why
The reason, explaining, why the binding cannot be found. |
Constructor Summary | |
---|---|
NotFound()
Creates the exception with unitialised fields. |
|
NotFound(NotFoundReason _why,
NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values. |
|
NotFound(String explanation,
NotFoundReason _why,
NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values and also providing the explaining string. |
Method Summary |
---|
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 |
Field Detail |
---|
public NotFoundReason why
public NameComponent[] rest_of_name
Constructor Detail |
---|
public NotFound()
public NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
public NotFound(String explanation, NotFoundReason _why, NameComponent[] _rest_of_name)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |