Java org.apache.commons.math MathException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.math MathException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.math MathException.

The text is from its open source code.

Constructor

MathException(Throwable rootCause)
Constructs a new MathException with specified nested Throwable root cause.

Method

StringgetMessage()
voidprintStackTrace()
Prints the stack trace of this exception to the standard error stream.
voidprintStackTrace(PrintStream out)
Prints the stack trace of this exception to the specified stream.
StringtoString()
Returns a short description of this throwable.