edu.bonn.cs.iv.bonnmotion
Class ScenarioLinkException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.bonn.cs.iv.bonnmotion.ScenarioLinkException
All Implemented Interfaces:
java.io.Serializable

public class ScenarioLinkException
extends java.lang.Exception

See Also:
Serialized Form

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

Constructor Detail

ScenarioLinkException

public ScenarioLinkException()

ScenarioLinkException

public ScenarioLinkException(java.lang.String message)

ScenarioLinkException

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

ScenarioLinkException

public ScenarioLinkException(java.lang.Throwable cause)