public class ClassifierCreationException extends Exception
| Constructor and Description |
|---|
ClassifierCreationException(String message)
Creates a new instance of the exception
|
ClassifierCreationException(String message,
Throwable throwable)
Creates a new instance of the exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ClassifierCreationException(String message)
message - additional message of the cause.public ClassifierCreationException(String message, Throwable throwable)
message - additional message of the cause.throwable - caused by throwable.Copyright © 2020. All rights reserved.