Class NoSuchEventException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mpi_sws.jmc.strategies.trust.NoSuchEventException
All Implemented Interfaces:
Serializable

public class NoSuchEventException extends Exception
Exception thrown when an event does not exist.

This exception indicates that an operation was attempted on an event that is not defined in the system.

See Also:
  • Constructor Details

    • NoSuchEventException

      public NoSuchEventException(Event.Key key)