public class NoSuchItemException extends JeppettoException
| Constructor and Description |
|---|
NoSuchItemException() |
NoSuchItemException(String message) |
NoSuchItemException(String itemType,
String identifier)
Return an exception which says that no item of type itemType
with identifier 'identifier' was found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoSuchItemException()
public NoSuchItemException(String message)
Copyright © 2014. All Rights Reserved.