|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--GpadException
A GpadException
signals that an exception of some sort has
occurred while a GraphicPad component is executing. Subclasses
may be defined to handle more specific exceptional conditions.
Exception
, Serialized FormConstructor Summary | |
GpadException(java.lang.String info)
Creates a new GpadException with the specified string
message. |
Method Summary | |
void |
showMessage()
Displays an informational message with a JOptionPane popup
dialog. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GpadException(java.lang.String info)
GpadException
with the specified string
message.info
- the infomational messageException
Method Detail |
public void showMessage()
JOptionPane
popup
dialog. The message is an argument to the constructor.GpadException(String)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |