synergynetframework.mtinput.exceptions
Class MultiTouchInputException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by synergynetframework.mtinput.exceptions.MultiTouchInputException
All Implemented Interfaces:
java.io.Serializable

public class MultiTouchInputException
extends java.lang.Exception

The Class MultiTouchInputException.

See Also:
Serialized Form

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

MultiTouchInputException

public MultiTouchInputException(java.lang.Throwable... causes)
Instantiates a new multi touch input exception.

Parameters:
causes - the causes
Method Detail

getCauses

public java.lang.Throwable[] getCauses()
Gets the causes.

Returns:
the causes

getRootCause

public java.lang.Throwable getRootCause()
Gets the root cause.

Returns:
the root cause

setCause

public void setCause(java.lang.Throwable[] causes)
Sets the cause.

Parameters:
causes - the new cause