|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
RuntimeException
DataGridExtensionException
public class DataGridExtensionException
Exception thrown when an error occurs while extending the data grid. This exception could result for many reasons all of which are related to configuring data grid features.
Constructor Summary | |
---|---|
DataGridExtensionException()
Default constructor |
|
DataGridExtensionException(String message)
Constructor with cause message |
|
DataGridExtensionException(String message,
Throwable cause)
Constructor with cause and message |
|
DataGridExtensionException(Throwable cause)
Constructor with cause |
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DataGridExtensionException()
public DataGridExtensionException(String message)
message
- public DataGridExtensionException(Throwable cause)
cause
- public DataGridExtensionException(String message, Throwable cause)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |