Package nl.b3p.csw.util
Class ExceptionUtil
- java.lang.Object
-
- nl.b3p.csw.util.ExceptionUtil
-
public class ExceptionUtil extends Object
- Author:
- Erik van de Pol
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringexceptionNameprotected static org.apache.commons.logging.Loglog
-
Constructor Summary
Constructors Constructor Description ExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static OwsExceptiongetException(org.jdom2.Document document)protected static booleanisException(org.jdom2.Document document)static voidthrowExceptionIfException(org.jdom2.Document document)
-
-
-
Field Detail
-
log
protected static final org.apache.commons.logging.Log log
-
exceptionName
protected static final String exceptionName
- See Also:
- Constant Field Values
-
-
Method Detail
-
throwExceptionIfException
public static void throwExceptionIfException(org.jdom2.Document document) throws org.jdom2.JDOMException, javax.xml.bind.JAXBException, OwsException- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBExceptionOwsException
-
isException
protected static boolean isException(org.jdom2.Document document)
-
getException
protected static OwsException getException(org.jdom2.Document document) throws org.jdom2.JDOMException, javax.xml.bind.JAXBException
- Throws:
org.jdom2.JDOMExceptionjavax.xml.bind.JAXBException
-
-