gsim.sim.behaviour
Class GSimBehaviourException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by gsim.sim.behaviour.GSimBehaviourException
All Implemented Interfaces:
java.io.Serializable

public class GSimBehaviourException
extends java.lang.Exception

Title:

Description:

Copyright: Copyright (c) 2005

Company:

Version:
1.0
Author:
not attributable
See Also:
Serialized Form

Constructor Summary
GSimBehaviourException()
           
GSimBehaviourException(java.lang.String message)
           
GSimBehaviourException(java.lang.String message, java.lang.Throwable cause)
           
GSimBehaviourException(java.lang.Throwable cause)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GSimBehaviourException

public GSimBehaviourException()

GSimBehaviourException

public GSimBehaviourException(java.lang.String message)

GSimBehaviourException

public GSimBehaviourException(java.lang.String message,
                              java.lang.Throwable cause)

GSimBehaviourException

public GSimBehaviourException(java.lang.Throwable cause)