Package org.datavec.api.exceptions
Class DataVecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.datavec.api.exceptions.DataVecException
-
- All Implemented Interfaces:
Serializable
public class DataVecException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description DataVecException()
DataVecException(String message)
DataVecException(String message, Throwable cause)
protected
DataVecException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
DataVecException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-