apollo.dataadapter
Class NonFatalDataAdapterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by apollo.dataadapter.NonFatalDataAdapterException
All Implemented Interfaces:
java.io.Serializable

public class NonFatalDataAdapterException
extends java.lang.RuntimeException

I can be thrown by code being driven by an Apollo dataadapter - I will be caught by the dataadapter's gui, and a dialog will be presented to the user, who will then be allowed to reinput data and try a read again.

See Also:
Serialized Form

Constructor Summary
NonFatalDataAdapterException(java.lang.String theMessage)
           
 
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

NonFatalDataAdapterException

public NonFatalDataAdapterException(java.lang.String theMessage)