public class TooManyItemsException extends JeppettoException
| Constructor and Description |
|---|
TooManyItemsException() |
TooManyItemsException(String message) |
TooManyItemsException(String itemType,
String identifier)
Return an exception which says that more than one item of type itemType
with identifier 'identifier' was found.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TooManyItemsException()
public TooManyItemsException(String message)
public TooManyItemsException(String itemType, String identifier)
itemType - A string describing the type of itemidentifier - A string identifier for the itemCopyright © 2014. All Rights Reserved.