public class AlgorithmException
extends java.lang.RuntimeException
AlgorithmException
is a runtime exception thrown
during the algorithm execution.Constructor and Description |
---|
AlgorithmException(java.lang.String msg)
Creates an
AlgorithmException providing only an error message |
AlgorithmException(java.lang.String msg,
java.lang.Throwable cause)
Creates an
AlgorithmException providing an error message and an exception cause. |
AlgorithmException(java.lang.Throwable cause)
Creates an
AlgorithmException providing an exception cause, and no additional message. |
public AlgorithmException(java.lang.String msg, java.lang.Throwable cause)
AlgorithmException
providing an error message and an exception cause.msg
- the error messagecause
- the error causepublic AlgorithmException(java.lang.String msg)
AlgorithmException
providing only an error messagemsg
- the error messagepublic AlgorithmException(java.lang.Throwable cause)
AlgorithmException
providing an exception cause, and no additional message.cause
- the error cause