|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
name.angoca.db2sa.AbstractDB2SAException
name.angoca.db2sa.core.graph.model.AbstractGraphException
public abstract class AbstractGraphException
This class represents any problem when building the graph.
Control Version
Constructor Summary | |
---|---|
AbstractGraphException()
Creates an exception with no arguments. |
|
AbstractGraphException(Exception exception)
Wraps an exception when the graph was being built. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
---|
public AbstractGraphException()
public AbstractGraphException(Exception exception)
exception
- Wrapped exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |