public final class NotFound extends UserException
Modifier and Type | Field and Description |
---|---|
NameComponent[]
|
rest_of_name
|
NotFoundReason
|
why
|
Constructor and Description |
---|
NotFound()
|
NotFound(NotFoundReason _why,
NameComponent[] _rest_of_name)
|
NotFound(String $reason,
NotFoundReason _why,
NameComponent[] _rest_of_name)
|
addSuppressed,
fillInStackTrace,
getCause, getLocalizedMessage,
getMessage, getStackTrace,
getSuppressed, 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 $reason, NotFoundReason _why, NameComponent[] _rest_of_name)