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 RemoteExecutionExceptiongetExceptionFromTrace(String trace) voidvoidMethods 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:
NumberFormatExceptionIOException
-
-
Method Details
-
getExceptionFromTrace
- Throws:
IOException
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
getStackTrace
- Overrides:
getStackTracein classThrowable
-