public class NumericalPropagationException extends RuntimeException
Constructor and Description |
---|
NumericalPropagationException()
Initializes a new instance with a default message.
|
NumericalPropagationException(RuntimeException inner)
Initializes a new instance with the default error message and a reference to the inner
exception that is the cause of this exception.
|
NumericalPropagationException(String message)
Initializes a new instance with a specified error message.
|
NumericalPropagationException(String message,
RuntimeException inner)
Initializes a new instance with a specified error message and a reference to the inner
exception that is the cause of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NumericalPropagationException()
public NumericalPropagationException(String message)
message
- The error message that explains the reason for the exception.public NumericalPropagationException(String message, RuntimeException inner)
message
- The error message that explains the reason for the exception.inner
- The exception that is the cause of the current exception.public NumericalPropagationException(RuntimeException inner)
inner
- The exception that is the cause of the current exception.