Java org.apache.commons.configuration ConfigurationRuntimeException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.configuration ConfigurationRuntimeException fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

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