com.generationjava.io.xml
Class XmlWritingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.generationjava.lang.CascadedException
              extended by com.generationjava.io.WritingException
                  extended by com.generationjava.io.xml.XmlWritingException
All Implemented Interfaces:
java.io.Serializable

public class XmlWritingException
extends WritingException

See Also:
Serialized Form

Constructor Summary
XmlWritingException()
           
XmlWritingException(java.lang.String message)
           
XmlWritingException(java.lang.String message, java.lang.Throwable t)
           
XmlWritingException(java.lang.Throwable t)
           
 
Method Summary
 
Methods inherited from class com.generationjava.lang.CascadedException
getWrappedThrowable, printStackTrace, printStackTrace, printStackTrace, setWrappedThrowable
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

XmlWritingException

public XmlWritingException()

XmlWritingException

public XmlWritingException(java.lang.String message)

XmlWritingException

public XmlWritingException(java.lang.Throwable t)

XmlWritingException

public XmlWritingException(java.lang.String message,
                           java.lang.Throwable t)