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

public class DOMSerializerException
extends java.lang.RuntimeException

Class DOMSerializerException wrapps underlying transformer exceptions as runtime exceptions.

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

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

DOMSerializerException

public DOMSerializerException(java.lang.String message)
Constructor creates a new instance.

Parameters:
message - the message.

DOMSerializerException

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

Parameters:
cause - the cause.

DOMSerializerException

public DOMSerializerException(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.