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:
java.io.Serializable

public class DOMParserException
extends java.lang.RuntimeException

Class DOMParserException wrapps the thrown SAXParser and IOExeptions as Runtimeexeptions, thow you can catch them in a higer stack.

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

Constructor Summary
DOMParserException(java.lang.String message)
          Constructor creates a new instance.
DOMParserException(java.lang.String message, java.lang.Throwable cause)
          Constructor creates a new instance.
DOMParserException(java.lang.Throwable cause)
          Constructor creates a new instance.
 
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(java.lang.String message)
Constructor creates a new instance.

Parameters:
message - the message.

DOMParserException

public DOMParserException(java.lang.Throwable cause)
Constructor creates a new instance.

Parameters:
cause - the cause.

DOMParserException

public DOMParserException(java.lang.String message,
                          java.lang.Throwable cause)
Constructor creates a new instance.

Parameters:
message - the message.
cause - the cause.


Copyright © 2004-2009 52north.org. All Rights Reserved.