cad.simcad.objectserver.spec.cac.common
Class VehiculeAssociationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--cad.simcad.objectserver.spec.cac.common.VehiculeAssociationException
All Implemented Interfaces:
java.io.Serializable

public class VehiculeAssociationException
extends java.lang.Exception

VehiculeAssociationException thrown when we are trying to ask an Ambulance to do something while it is enable to do so. Probably because current Status is not "free"

Author:
Charles-Philip Bentley
See Also:
Serialized Form

Constructor Summary
VehiculeAssociationException()
          Creates a new instance of VehiculeAssociationException without detail message.
VehiculeAssociationException(java.lang.String msg)
          Constructs an instance of VehiculeAssociationException with the specified detail 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

VehiculeAssociationException

public VehiculeAssociationException()
Creates a new instance of VehiculeAssociationException without detail message.


VehiculeAssociationException

public VehiculeAssociationException(java.lang.String msg)
Constructs an instance of VehiculeAssociationException with the specified detail message.

Parameters:
msg - the detail message.

Logo

With the help of www.sourceforge.net and www.info.ucl.ac.be