name.angoca.db2sa.exceptions
Class AbstractDB2SAException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.exceptions.AbstractDB2SAException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractReaderException, InvalidGraphException, InvalidTokenException, UIException
public abstract class AbstractDB2SAException
- extends Exception
This is the abstract class for any exception created in the application.
Control Version
- 0.0.1 Class creation.
- 0.0.2 Exception with message.
- 0.1.0 No message for exception.
- 1.0.0 Moved to version 1.
- Version:
- 1.0.0 2009-07-19
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AbstractDB2SAException
public AbstractDB2SAException()
- Default constructor.
AbstractDB2SAException
public AbstractDB2SAException(Exception exception)
- Constructor with a generated exception.
- Parameters:
exception
- Generated exception.
Andres Gomez Casanova (AngocA) 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.