|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.salespointframework.core.exceptions.NotEnoughElementsException
public class NotEnoughElementsException
Exception thrown by Stock
if you attempt to remove more elements than there are actually available.
Constructor Summary | |
---|---|
NotEnoughElementsException()
Create a new NotEnoughElementsException. |
|
NotEnoughElementsException(java.lang.String sDetail)
Create a new NotEnoughElementsException with a detail message. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NotEnoughElementsException()
public NotEnoughElementsException(java.lang.String sDetail)
sDetail
- the detail message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |