public class DeepLearningException extends Exception
Constructor and Description |
---|
DeepLearningException() |
DeepLearningException(String message) |
DeepLearningException(String message,
Throwable cause) |
DeepLearningException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
DeepLearningException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DeepLearningException()
public DeepLearningException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DeepLearningException(String message)
public DeepLearningException(Throwable cause)
Copyright © 2017. All rights reserved.