You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the model name is not valid here, an IllegalArgumentException is thrown that is not a ModelCannotBeCreatedException.
We should probably just catch the exception but as a workaround, you can first call the following code to check that the model name is valid: SModelName.checkModelName(modelName).getProblemDescription().equals(SModelNameCheck.Pass.getProblemDescription())
The text was updated successfully, but these errors were encountered:
When the model name is not valid here, an IllegalArgumentException is thrown that is not a
ModelCannotBeCreatedException
.We should probably just catch the exception but as a workaround, you can first call the following code to check that the model name is valid:
SModelName.checkModelName(modelName).getProblemDescription().equals(SModelNameCheck.Pass.getProblemDescription())
The text was updated successfully, but these errors were encountered: