org.gscg.common.gui.exceptions
Class OrderOutOfDateException

java.lang.Object
  extended byorg.gscg.common.gui.exceptions.OrderOutOfDateException

public class OrderOutOfDateException
extends java.lang.Object

The OrderOutOfDateException is thrown when a scheduled delivery of a product falls outside the simulation run length.

Copyright (c) 2003-2005 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information www.simulation.tudelft.nl . The source code and binary code of this software is proprietary information of Delft University of Technology.

Since:
1.0.0
Version:
$Revision: 1.1 $ $Date: 2005/06/16 12:33:55 $
Author:
Stijn-Pieter van Houten

Constructor Summary
OrderOutOfDateException(java.lang.Object caller, java.lang.String methodName, java.lang.String productName)
          constructs a new OrderOutOfDateException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderOutOfDateException

public OrderOutOfDateException(java.lang.Object caller,
                               java.lang.String methodName,
                               java.lang.String productName)
constructs a new OrderOutOfDateException

Parameters:
caller - the caller
methodName - the name of the method
productName - the name of the product


Copyright © 2002-2005 Delft University of Technology, the Netherlands. All Rights Reserved.