|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
dip.order.OrderException
An OrderException indicates that an Order could not be created, or contains invalid parameters.
| Constructor Summary | |
OrderException(Order order,
java.lang.String text)
Create an OrderException, with the given Order and Message. |
|
OrderException(java.lang.String text)
Create an OrderException, with a Message only. |
|
| Method Summary | |
Order |
getOrder()
The Order that generated the Exception; null if not set. |
| 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 OrderException(java.lang.String text)
public OrderException(Order order,
java.lang.String text)
| Method Detail |
public Order getOrder()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||