|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpatterntesting.exception.xml.SAXHelper
public final class SAXHelper
The class SAXHelper was introduced to be able to provide better SAXExceptions.
| Field Summary | |
|---|---|
static String |
DRIVER_PROPERTY
The Constant DRIVER_PROPERTY. |
static String |
DRIVER_RESOURCE
The Constant DRIVER_RESOURCE. |
| Constructor Summary | |
|---|---|
SAXHelper()
|
|
| Method Summary | |
|---|---|
static SAXException |
betterSAXException(SAXException saxe)
Transforms a SAXException with too less infos into a better SAXException with more infos. |
static SAXException |
betterSAXException(SAXException saxe,
String newMessage)
Better sax exception. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DRIVER_PROPERTY
public static final String DRIVER_RESOURCE
| Constructor Detail |
|---|
public SAXHelper()
| Method Detail |
|---|
public static SAXException betterSAXException(SAXException saxe)
saxe - the saxe
public static SAXException betterSAXException(SAXException saxe,
String newMessage)
saxe - the saxenewMessage - the new message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||