Class ReasoningException

All Implemented Interfaces:
Serializable, net.ssehub.easy.basics.messages.IIdentifiable

public abstract class ReasoningException extends IvmlException
An exception class for all reasoning exceptions.
Author:
Patrick Jähne
See Also:
  • Constructor Details

    • ReasoningException

      public ReasoningException(String message, int code)
      * Create a new exception based on the given message.
      Parameters:
      message - the message
      code - a code detailing the exception