Java org.jdom2 JDOMException fields, constructors, methods, implement or subclass

Example usage for Java org.jdom2 JDOMException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jdom2 JDOMException.

The text is from its open source code.

Constructor

JDOMException(String message)
This will create an Exception with the given message.
JDOMException(String message, Throwable cause)
This will create an Exception with the given message and wrap another Exception.