Package com.solibri.smc.api.model
Class ModelNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.ModelNotFoundException
- All Implemented Interfaces:
- Serializable
An exception that is thrown when there is no model having matching UUID.
- Since:
- 9.10.3
- See Also:
- Serialized Form
- 
Constructor SummaryConstructorsConstructorDescriptionModelNotFoundException(UUID modelUUID)Constructs a newModelNotFoundException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ModelNotFoundExceptionConstructs a newModelNotFoundException.- Parameters:
- modelUUID- the model unique identifier
- Since:
- 9.10.3
 
 
-