Package com.exedio.cope
Class NoSuchItemException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.exedio.cope.NoSuchItemException
-
- All Implemented Interfaces:
Serializable
public class NoSuchItemException extends RuntimeException
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Item
getItem()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getItem
public Item getItem()
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-