name.angoca.db2sa.ui.api
Class InputReaderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.AbstractDB2SAException
name.angoca.db2sa.ui.api.AbstractUIException
name.angoca.db2sa.ui.api.InputReaderException
- All Implemented Interfaces:
- Serializable
public final class InputReaderException
- extends AbstractUIException
This exception represents any input problem.
Note: This exception has not been tested because it wraps an IOException.
Control Version
- 0.0.1 Class creation.
- 0.1.0 Exception instead of IOException.
- 1.0.0 Moved to version 1.
- 1.1.0 New constructor.
- 1.2.0 Exception hierarchy changed.
- 1.2.1 Logger and final.
- 1.3.0 Message.
- 1.3.1 New id.
- Version:
- 1.3.1 2009-11-02
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
InputReaderException
public InputReaderException(IOException exception)
- Wraps a generated exception.
- Parameters:
exception
- Generated exception.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Andres Gomez Casanova (AngocA) 2009-2010 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.