public class AlgorithmNotValidException extends CSBaseException
| Constructor and Description |
|---|
AlgorithmNotValidException(String message)
Constrói a exceção, com uma mensagem de texto.
|
AlgorithmNotValidException(String message,
Throwable exception)
Constrói uma exceção com uma mensagem e com a causa/exceção original.
|
AlgorithmNotValidException(Throwable exception)
Constrói uma exceção com a causa/exceção original.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AlgorithmNotValidException(String message)
message - mensagem de texto que representa a sua causapublic AlgorithmNotValidException(String message, Throwable exception)
exception - a exceção originalmessage - mensagem de texto que representa a sua causapublic AlgorithmNotValidException(Throwable exception)
exception - a exceção originalCopyright © 2016. All rights reserved.