Class ModelManagementException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Detail

      • ModelManagementException

        public ModelManagementException​(java.lang.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​(java.lang.StringBuilder message,
                                        int code)
        Create a new exception based on the given message.
        Parameters:
        message - the message
        code - a code detailing the exception