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