org.n52.security.common.xml
Class DOMParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.common.xml.DOMParserException
All Implemented Interfaces:
Serializable

public class DOMParserException
extends RuntimeException

Wraps the thrown SAXParser and IOExeptions as RuntimeExeptions, so you can catch them in a higer level.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 23.04.2008
See Also:
Serialized Form

Constructor Summary
DOMParserException(String message)
           
DOMParserException(String message, Throwable cause)
           
DOMParserException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMParserException

public DOMParserException(String message)

DOMParserException

public DOMParserException(Throwable cause)

DOMParserException

public DOMParserException(String message,
                          Throwable cause)


Copyright © 2004–2014 52north.org. All rights reserved.