org.n52.security.common.xml
Class DOMParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DOMParserException
public DOMParserException(String message)
DOMParserException
public DOMParserException(Throwable cause)
DOMParserException
public DOMParserException(String message,
Throwable cause)
Copyright © 2004–2013 52north.org. All rights reserved.