haifa.shopsim.UI.shopanim
Class NoJobShopGraphicsInfoException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--haifa.shopsim.UI.shopanim.NoJobShopGraphicsInfoException
All Implemented Interfaces:
java.io.Serializable

public class NoJobShopGraphicsInfoException
extends java.lang.Exception

Signifies that a .jbs file does not have information regarding graphics of the job shop.

Version:
1.1
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
NoJobShopGraphicsInfoException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

NoJobShopGraphicsInfoException

public NoJobShopGraphicsInfoException()