com.generationjava.io
Class WritingException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
XmlWritingException

public class WritingException
extends CascadedException

See Also:
Serialized Form

Constructor Summary
WritingException()
           
WritingException(java.lang.String message)
           
WritingException(java.lang.String message, java.lang.Throwable t)
           
WritingException(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

WritingException

public WritingException()

WritingException

public WritingException(java.lang.String message)

WritingException

public WritingException(java.lang.Throwable t)

WritingException

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