BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

com.bea.wlw.netui.tags.databinding.grid.datacontext
Class DataContextException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wlw.netui.tags.databinding.grid.datacontext.DataContextException
All Implemented Interfaces:
Serializable

public class DataContextException
extends Exception

See Also:
Serialized Form

Constructor Summary
DataContextException(String message)
           
DataContextException(String message, Throwable t)
           
 
Method Summary
 String getLocalizedMessage()
           
 void setLocalizedMessage(String localizedMessage)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

DataContextException

public DataContextException(String message)

DataContextException

public DataContextException(String message,
                            Throwable t)
Method Detail

setLocalizedMessage

public void setLocalizedMessage(String localizedMessage)

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.