Package org.nd4j.linalg.exception
Class ND4JException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.nd4j.linalg.exception.ND4JException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ND4JArraySizeException,ND4JIllegalAccessException,ND4JIllegalArgumentException,ND4JIllegalStateException,ND4JUnknownDataTypeException,ND4UnresolvedOutputVariables
public class ND4JException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ND4JException()ND4JException(String message)ND4JException(String message, Throwable cause)ND4JException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-