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