jason.core
Class DoorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jason.core.JasonException
                    |
                    +--jason.core.DoorException
All Implemented Interfaces:
java.io.Serializable

public class DoorException
extends JasonException

Created Thu May 9 10:00:07 2002

This exception is for Door interface

See Also:
Exception, Door, PathDoor, Serialized Form

Constructor Summary
DoorException(java.lang.String message)
           
 
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

DoorException

public DoorException(java.lang.String message)