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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

NotImplementedException()
Constructs a new NotImplementedException with default message.
NotImplementedException(String msg)
Constructs a new NotImplementedException with specified detail message.
NotImplementedException(Throwable cause)
Constructs a new NotImplementedException with specified nested Throwable and default message.
NotImplementedException(Class clazz)
Constructs a new NotImplementedException referencing the specified class.

Method

StringgetMessage()
Gets the combined the error message of this and any nested errors.