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

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

Introduction

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

The text is from its open source code.

Constructor

IllegalClassException(String message)

Instantiates with the specified message.

IllegalClassException(Class expected, Object actual)

Instantiates with the expected type, and actual object.

IllegalClassException(Class expected, Class actual)

Instantiates with the expected and actual types.

Method

StringgetMessage()
Returns the detail message string of this throwable.