org.simulator.sedml
Class ExecutionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.simulator.sedml.ExecutionException
All Implemented Interfaces:
Serializable

public class ExecutionException
extends RuntimeException

Runtime exception indicating that SEDML execution has failed.

Since:
1.1
Version:
$Rev: 205 $
Author:
Richard Adams
See Also:
Serialized Form

Constructor Summary
ExecutionException(String message)
           
 
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

ExecutionException

public ExecutionException(String message)

Generated December 13 2012