Class ModelNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.solibri.smc.api.model.ModelNotFoundException
All Implemented Interfaces:
Serializable

public class ModelNotFoundException
extends Exception
An exception that is thrown when there is no model having matching UUID.
Since:
9.10.3
See Also:
Serialized Form
  • Constructor Details

    • ModelNotFoundException

      public ModelNotFoundException​(UUID modelUUID)
      Constructs a new ModelNotFoundException.
      Parameters:
      modelUUID - the model unique identifier
      Since:
      9.10.3