Class CouldNotCreateModelException

java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.cmu.tetrad.session.CouldNotCreateModelException
All Implemented Interfaces:
Serializable

public class CouldNotCreateModelException extends Exception
Indicates that a model could not be created. As to which model it was, call the getModelClass() method.
Author:
josephramsey
See Also:
  • Constructor Details

    • CouldNotCreateModelException

      public CouldNotCreateModelException(Class modelClass)
  • Method Details