org.n52.security.common.xml
Class DOMSerializerException

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.DOMSerializerException
All Implemented Interfaces:
Serializable

public class DOMSerializerException
extends RuntimeException

Wraps underlying transformer exceptions as runtime exceptions.

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

Constructor Summary
DOMSerializerException(String message)
           
DOMSerializerException(String message, Throwable cause)
           
DOMSerializerException(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

DOMSerializerException

public DOMSerializerException(String message)

DOMSerializerException

public DOMSerializerException(Throwable cause)

DOMSerializerException

public DOMSerializerException(String message,
                              Throwable cause)


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