|
|||||||||
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
org.netbeans.jemmy.JemmyException
org.netbeans.jemmy.JemmyInputException
public class JemmyInputException
Exception can be thrown as a result of incorrect input operations.
Constructor Summary | |
---|---|
JemmyInputException(java.awt.Component comp)
Constructor. |
|
JemmyInputException(java.lang.String message,
java.awt.Component comp)
Constructor. |
Method Summary | |
---|---|
java.awt.Component |
getComponent()
Returns component. |
Methods inherited from class org.netbeans.jemmy.JemmyException |
---|
getInnerException, getInnerThrowable, getObject, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JemmyInputException(java.awt.Component comp)
comp
- Component regarding which exception is thrown.public JemmyInputException(java.lang.String message, java.awt.Component comp)
message
- A descriptive message.comp
- Component regarding which exception is thrown.Method Detail |
---|
public java.awt.Component getComponent()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |