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:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionModelNotFoundException(UUID modelUUID) Constructs a newModelNotFoundException. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ModelNotFoundException
Constructs a newModelNotFoundException.- Parameters:
 modelUUID- the model unique identifier- Since:
 - 9.10.3
 
 
 -