shop
Class ShopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
shop.ShopException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreateException, EmptyResultException, InvalidItemException, OutOfStockException
- public class ShopException
- extends java.lang.Exception
Creation date: (8/4/2001 2:29:18 PM)
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ShopException
public ShopException()
- CreateException constructor comment.
ShopException
public ShopException(java.lang.String s)
- CreateException constructor comment.