com.jayway.android.robotium.remotecontrol.client.processor
Class ProcessorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
ProcessorException()
           
ProcessorException(java.lang.String detailMessage)
           
ProcessorException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
ProcessorException(java.lang.Throwable throwable)
           
 
Method Summary
 
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
 

Constructor Detail

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)