dip.order
Class OrderWarning

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bydip.order.OrderException
              extended bydip.order.OrderWarning
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class OrderWarning
extends OrderException

This is a special type of OrderException that is given for possibly ambiguous orders. It must be used judiciously, because it does *not* have the same meaning as an OrderException.

Rules:

See Also:
Serialized Form

Constructor Summary
OrderWarning(Order order, java.lang.String text)
          Create an OrderWarning.
OrderWarning(java.lang.String text)
          Create an OrderWarning.
 
Methods inherited from class dip.order.OrderException
getOrder
 
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

OrderWarning

public OrderWarning(java.lang.String text)
Create an OrderWarning.


OrderWarning

public OrderWarning(Order order,
                    java.lang.String text)
Create an OrderWarning.



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.