Package deepnetts.util
Class DeepNettsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
deepnetts.util.DeepNettsException
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofJDeepNettsException
without detail message.DeepNettsException
(String msg) Constructs an instance ofJDeepNettsException
with the specified detail message.DeepNettsException
(String message, Throwable cause) DeepNettsException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DeepNettsException
public DeepNettsException()Creates a new instance ofJDeepNettsException
without detail message. -
DeepNettsException
Constructs an instance ofJDeepNettsException
with the specified detail message.- Parameters:
msg
- the detail message.
-
DeepNettsException
-
DeepNettsException
-