|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--dyntable.EntityListException
$Id: EntityListException.java,v 1.0 2005/09/25 jDynTable@gmx.de $
This is the exception that will be thrown
for EntityList events.
It can be created with or without a detail message.
The detail message is used to give the user further
information about the event that occurred.
Constructor Summary | |
---|---|
EntityListException()
Constructs an EntityListException with no specified detail message. |
|
EntityListException(java.lang.String msg)
Constructs an EntityListException with the specified detail message. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EntityListException()
public EntityListException(java.lang.String msg)
msg
- the detail message
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |