apollo.dataadapter
Class ApolloAdapterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bdgp.util.NestedException
              extended by org.bdgp.io.DataAdapterException
                  extended by apollo.dataadapter.ApolloAdapterException
All Implemented Interfaces:
java.io.Serializable

public class ApolloAdapterException
extends org.bdgp.io.DataAdapterException

See Also:
Serialized Form

Constructor Summary
ApolloAdapterException(java.lang.Exception parentException)
           
ApolloAdapterException(java.lang.String desc)
           
ApolloAdapterException(java.lang.String desc, java.lang.Exception parentException)
           
 
Method Summary
 java.lang.Exception getParentException()
           
static java.lang.Throwable getRealException(ApolloAdapterException e)
           
static java.lang.Throwable getRealException(java.lang.reflect.InvocationTargetException e)
           
 java.lang.String toString()
          Append both the data adapter exception and the parent exception
 
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
 

Constructor Detail

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)
Method Detail

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