org.eclipse.datatools.connectivity.oda.consumer.helper
Class OdaHelperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.datatools.connectivity.oda.OdaException
              extended byorg.eclipse.datatools.connectivity.oda.consumer.helper.OdaHelperException
All Implemented Interfaces:
java.io.Serializable

public class OdaHelperException
extends OdaException

Exception thrown for errors that occur within the ODA consumer helper package. It encapsulates the handling of localized error messages.

See Also:
Serialized Form

Constructor Summary
OdaHelperException(int errorNumber, java.util.Locale locale, java.lang.String appendInfo)
           
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.datatools.connectivity.oda.OdaException
getCause, getErrorCode, getNextException, getSQLState, initCause, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdaHelperException

public OdaHelperException(int errorNumber,
                          java.util.Locale locale,
                          java.lang.String appendInfo)
Method Detail

getMessage

public java.lang.String getMessage()

getLocalizedMessage

public java.lang.String getLocalizedMessage()

toString

public java.lang.String toString()


Copyright © 2005 Actuate Corp. All rights reserved.