Java org.apache.commons.lang.exception NestableException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang.exception NestableException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang.exception NestableException.

The text is from its open source code.

Subclass

org.apache.commons.lang.exception.NestableException has subclasses.
Click this link to see all its subclasses.

Constructor

NestableException(String msg)
Constructs a new NestableException with specified detail message.
NestableException(Throwable cause)
Constructs a new NestableException with specified nested Throwable.
NestableException(String msg, Throwable cause)
Constructs a new NestableException with specified detail message and nested Throwable.

Method

Throwable[]getThrowables()