com.jwpepper.inv
Class IllegalProductRelationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.jwpepper.inv.IllegalProductRelationException

public class IllegalProductRelationException
extends java.lang.Exception

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 $

Version:
$Revision
Author:
George Reese (george@ancept.com)
See Also:
Serialized Form

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

IllegalProductRelationException

public IllegalProductRelationException(java.lang.String reason)