apollo.dataadapter
Class ApolloAdapterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bdgp.util.NestedException
org.bdgp.io.DataAdapterException
apollo.dataadapter.ApolloAdapterException
- All Implemented Interfaces:
- java.io.Serializable
public class ApolloAdapterException
- extends org.bdgp.io.DataAdapterException
- See Also:
- Serialized Form
| Methods inherited from class org.bdgp.util.NestedException |
getSubThrowable, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ApolloAdapterException
public ApolloAdapterException(java.lang.String desc)
ApolloAdapterException
public ApolloAdapterException(java.lang.String desc,
java.lang.Exception parentException)
ApolloAdapterException
public ApolloAdapterException(java.lang.Exception parentException)
getParentException
public java.lang.Exception getParentException()
getRealException
public static java.lang.Throwable getRealException(ApolloAdapterException e)
getRealException
public static java.lang.Throwable getRealException(java.lang.reflect.InvocationTargetException e)
toString
public java.lang.String toString()
- Append both the data adapter exception and the parent exception
- Overrides:
toString in class org.bdgp.io.DataAdapterException