name.angoca.db2sa.ui.api
Class OutputWriterException

Package class diagram package OutputWriterException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by name.angoca.db2sa.AbstractDB2SAException
              extended by name.angoca.db2sa.ui.api.AbstractUIException
                  extended by name.angoca.db2sa.ui.api.OutputWriterException
All Implemented Interfaces:
Serializable

public final class OutputWriterException
extends AbstractUIException

This exception represents any output problem.

Note: This exception has not been tested because it wraps an IOException.

Control Version

Version:
1.3.1 2009-11-02
Author:
Andres Gomez Casanova (AngocA)
See Also:
Serialized Form

Constructor Summary
OutputWriterException(Exception exception)
          Wrapper exception.
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

OutputWriterException

public OutputWriterException(Exception exception)
Wrapper exception.

Parameters:
exception - Generated exception
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


Andres Gomez Casanova (AngocA) 2009-2010 Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License.