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 NoSuchDataException

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

public class NoSuchDataException
extends RuntimeException

Exception thrown when named data is requested from a DataContext when the name does not exist.

See Also:
Serialized Form

Constructor Summary
NoSuchDataException()
          Construct an empty exception.
NoSuchDataException(String message)
          Construct an exception with the given message.
NoSuchDataException(String message, Throwable cause)
          Construct an exception with the given message and cause.
NoSuchDataException(Throwable cause)
          Construct an exception with the given cause.
 
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

NoSuchDataException

public NoSuchDataException()
Construct an empty exception.


NoSuchDataException

public NoSuchDataException(String message)
Construct an exception with the given message.

Parameters:
message - a String containing the text of the exception message.

NoSuchDataException

public NoSuchDataException(Throwable cause)
Construct an exception with the given cause.

Parameters:
cause - a Throwable that caused this exception

NoSuchDataException

public NoSuchDataException(String message,
                           Throwable cause)
Construct an exception with the given message and cause.

Parameters:
message - a String containing the text of the exception message.
cause - a Throwable that caused this exception

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