com.jayway.android.robotium.remotecontrol.client.processor
Class ProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jayway.android.robotium.remotecontrol.client.processor.ProcessorException
- All Implemented Interfaces:
- java.io.Serializable
public class ProcessorException
- extends java.lang.Exception
This class is used to wrap the errors during processing the messages
from remote robotium solo in SoloProcessor
- Since:
- Feb 21, 2012
- See Also:
SoloProcessor,
Serialized Form
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProcessorException
public ProcessorException()
ProcessorException
public ProcessorException(java.lang.String detailMessage,
java.lang.Throwable throwable)
ProcessorException
public ProcessorException(java.lang.String detailMessage)
ProcessorException
public ProcessorException(java.lang.Throwable throwable)