Class ReactiveSystemException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bigraphs.framework.core.exceptions.ReactiveSystemException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentIsNullException, AgentNotGroundException, AgentNotPrimeException, InvalidSimulationStrategy

public abstract class ReactiveSystemException extends Exception
See Also:
  • Constructor Details

    • ReactiveSystemException

      public ReactiveSystemException()
    • ReactiveSystemException

      public ReactiveSystemException(String message)
    • ReactiveSystemException

      public ReactiveSystemException(String message, Throwable cause)
    • ReactiveSystemException

      public ReactiveSystemException(Throwable cause)
    • ReactiveSystemException

      public ReactiveSystemException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)