Class ModelOpeningException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.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 Details

    • ModelOpeningException

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