Class FeathrException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linkedin.feathr.common.exception.FeathrException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FeathrConfigException,FeathrDataOutputException,FeathrFeatureJoinException,FeathrFeatureTransformationException,FeathrInputDataException
Base exception for Feathr
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFeathrException(ErrorLabel errorLabel, String msg) FeathrException(ErrorLabel errorLabel, String msg, Throwable cause) FeathrException(String msg) FeathrException(String msg, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FeathrException
-
FeathrException
-
FeathrException
-
FeathrException
-