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

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

Introduction

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

The text is from its open source code.

Constructor

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

Method

ThrowablefillInStackTrace()
Fills in the execution stack trace.
ThrowablegetCause()
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Returns the detail message string of this throwable.
voidprintStackTrace()
voidprintStackTrace(PrintStream out)
StringtoString()
Returns a short description of this throwable.