Class RemoteExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.sling.junit.remote.testrunner.RemoteExecutionException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteExecutionException
getExceptionFromTrace
(String trace) void
void
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RemoteExecutionException
public RemoteExecutionException(String failure, String trace) throws NumberFormatException, IOException - Throws:
NumberFormatException
IOException
-
-
Method Details
-
getExceptionFromTrace
- Throws:
IOException
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
printStackTrace
- Overrides:
printStackTrace
in classThrowable
-
getStackTrace
- Overrides:
getStackTrace
in classThrowable
-