public final class NotFound extends UserException implements IDLEntity
Modifier and Type | Field and Description |
---|---|
NameComponent[] |
rest_of_name
Contains the remainder of the non working name.
|
NotFoundReason |
why
The reason, explaining, why the binding cannot be found.
|
Constructor and Description |
---|
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.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NotFoundReason why
public NameComponent[] rest_of_name
public NotFound()
public NotFound(NotFoundReason _why, NameComponent[] _rest_of_name)
public NotFound(String explanation, NotFoundReason _why, NameComponent[] _rest_of_name)