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, toStringpublic DeepLearningException()
public DeepLearningException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public DeepLearningException(String message)
public DeepLearningException(Throwable cause)
Copyright © 2020. All rights reserved.