Class ProjectNotOpenException

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

public class ProjectNotOpenException extends Exception
An exception that is thrown when there is no project opened and checking api is called.
Since:
9.12.7
See Also:
Serialized Form
  • Constructor Details

    • ProjectNotOpenException

      public ProjectNotOpenException(String message)
      Constructs a new ProjectNotOpenException with the specified message.
      Parameters:
      message - the exception message
      Since:
      9.12.7