Package org.deeplearning4j.exception
Class DL4JInvalidConfigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.deeplearning4j.exception.DL4JException
-
- org.deeplearning4j.exception.DL4JInvalidConfigException
-
- All Implemented Interfaces:
Serializable
public class DL4JInvalidConfigException extends DL4JException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DL4JInvalidConfigException()
DL4JInvalidConfigException(String message)
DL4JInvalidConfigException(String message, Throwable cause)
DL4JInvalidConfigException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-