Package ml.dmlc.xgboost4j.java
Class XGBoostError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ml.dmlc.xgboost4j.java.XGBoostError
-
- All Implemented Interfaces:
Serializable
public class XGBoostError extends Exception
custom error class for xgboost- Author:
- hzx
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XGBoostError(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XGBoostError
public XGBoostError(String message)
-
-