public class NoSuchItemException extends KernelException
| Green (cxh) |
| Green (cxh) |
| Constructor and Description |
|---|
NoSuchItemException(Nameable object,
java.lang.String detail)
Construct an exception with a detail message that includes the
name of the argument.
|
NoSuchItemException(Nameable object,
java.lang.Throwable cause,
java.lang.String detail)
Construct an exception with a cause and a detail message that
includes the name of the argument.
|
NoSuchItemException(java.lang.String detail)
Construct an exception with a detail message.
|
_setCause, _setMessage, generateMessage, generateMessage, generateMessage, getCause, getFullName, getMessage, getName, getNameable1, getNameable2, printStackTrace, printStackTrace, printStackTrace, stackTraceToStringpublic NoSuchItemException(java.lang.String detail)
detail - A message.public NoSuchItemException(Nameable object, java.lang.String detail)
object - The object in which the item might have been.detail - A message.public NoSuchItemException(Nameable object, java.lang.Throwable cause, java.lang.String detail)
object - The object in which the item might have been.cause - The cause of this exception, or null if the cause
is not known or nonexistent.detail - The message.