org.iternine.jeppetto.dao
Class NoSuchItemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.iternine.jeppetto.dao.JeppettoException
org.iternine.jeppetto.dao.NoSuchItemException
- All Implemented Interfaces:
- Serializable
public class NoSuchItemException
- extends JeppettoException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchItemException
public NoSuchItemException()
NoSuchItemException
public NoSuchItemException(String message)
NoSuchItemException
public NoSuchItemException(String itemType,
String identifier)
- Return an exception which says that no item of type itemType
with identifier 'identifier' was found.
- Parameters:
itemType - A string describing the type of itemidentifier - A string identifier for the item
Copyright © 2012. All Rights Reserved.