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