|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
synergynetframework.mtinput.exceptions.MultiTouchInputException
public class MultiTouchInputException
The Class MultiTouchInputException.
| Constructor Summary | |
|---|---|
MultiTouchInputException(java.lang.Throwable... causes)
Instantiates a new multi touch input exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable[] |
getCauses()
Gets the causes. |
java.lang.Throwable |
getRootCause()
Gets the root cause. |
void |
setCause(java.lang.Throwable[] causes)
Sets the cause. |
| 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 MultiTouchInputException(java.lang.Throwable... causes)
causes - the causes| Method Detail |
|---|
public java.lang.Throwable[] getCauses()
public java.lang.Throwable getRootCause()
public void setCause(java.lang.Throwable[] causes)
causes - the new cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||