Class ModelManagementException

All Implemented Interfaces:
Serializable, IIdentifiable

public class ModelManagementException extends AbstractException
An exception thrown by the model management itself typically on global consistency issues.
Author:
Holger Eichelberger
See Also:
  • Field Details

  • Constructor Details

    • ModelManagementException

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

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