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
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 Summary
Constructors Constructor Description ModelOpeningException(String message)
Constructs a newModelOpeningException
with the specified message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ModelOpeningException
Constructs a newModelOpeningException
with the specified message.- Parameters:
message
- the exception message- Since:
- 9.10.3
-