org.omg.CosNaming.NamingContextPackage

Class NotFound

public final class NotFound extends UserException implements IDLEntity

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.
NotFoundReasonwhy
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.

Field Detail

rest_of_name

public NameComponent[] rest_of_name
Contains the remainder of the non working name.

why

public NotFoundReason why
The reason, explaining, why the binding cannot be found. This might be either the missing node or the wrong binding type.

Constructor Detail

NotFound

public NotFound()
Creates the exception with unitialised fields.

NotFound

public NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
Creates the exception, intialising the fields to the given values.

NotFound

public 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.

Since: 1.4