public class ConvergenceException extends RuntimeException
| Constructor and Description |
|---|
ConvergenceException()
Initializes a new instance of the
ConvergenceException class. |
ConvergenceException(String message)
Initializes a new instance of the
ConvergenceException class. |
ConvergenceException(String message,
Exception inner)
Initializes a new instance of the
ConvergenceException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConvergenceException()
ConvergenceException class.public ConvergenceException(String message)
ConvergenceException class.message - The message.public ConvergenceException(String message, Exception inner)
ConvergenceException class.message - The message.inner - The inner.Copyright © 2021. All rights reserved.