|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.jwpepper.inv.IllegalProductRelationException
This exception is thrown by any attempt to extend a product
hierarchy beyond two levels. In other words, a given product
may either be a parent or a child, but it cannot be both. Any attempt
to make it both will result in the throwing of this exception.
Last modified $Date: 1999/10/04 15:31:30 $
Constructor Summary | |
IllegalProductRelationException(java.lang.String reason)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public IllegalProductRelationException(java.lang.String reason)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |