Package com.solibri.smc.api.model
Class ModelOpeningException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.ModelOpeningException
- All Implemented Interfaces:
- Serializable
An exception that is thrown when the model opening is failed for some reason.
- Since:
- 9.10.3
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionModelOpeningException(String message) Constructs a newModelOpeningExceptionwith the specified message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ModelOpeningExceptionConstructs a newModelOpeningExceptionwith the specified message.- Parameters:
- message- the exception message
- Since:
- 9.10.3
 
 
-