|
BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bea.wlw.netui.tags.databinding.grid.datacontext.NoSuchDataException
public class NoSuchDataException
Exception thrown when named data is requested from a DataContext when the name does not exist.
| 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 |
|---|
public NoSuchDataException()
public NoSuchDataException(String message)
message - a String containing the text of the exception message.public NoSuchDataException(Throwable cause)
cause - a Throwable that caused this exception
public NoSuchDataException(String message,
Throwable cause)
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. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||