public final class NotFound extends UserException
| Modifier and Type | Field and Description |
|---|---|
NameComponent |
rest_of_name
|
NotFoundReason |
why
|
| Constructor and Description |
|---|
NotFound()
|
NotFound(NotFoundReason
|
NotFound(String
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundReasonwhy
public NameComponent[] rest_of_name
public NotFound()
public NotFound(NotFoundReason_why, NameComponent [] _rest_of_name)
public NotFound(String$reason, NotFoundReason _why, NameComponent [] _rest_of_name)