Class ModelOpeningException

  • All Implemented Interfaces:
    Serializable

    public class ModelOpeningException
    extends Exception
    An exception that is thrown when the model opening is failed for some reason.
    Since:
    9.10.3
    See Also:
    Serialized Form
    • Constructor Detail

      • ModelOpeningException

        public ModelOpeningException​(String message)
        Constructs a new ModelOpeningException with the specified message.
        Parameters:
        message - the exception message
        Since:
        9.10.3