Package org.sikuli.natives
Class CommandExecutorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.sikuli.natives.CommandExecutorException
- All Implemented Interfaces:
Serializable
public class CommandExecutorException extends RuntimeException
Wrapper for all Exception which occurs during native command execution.
- Author:
- tschneck Date: 9/15/15
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CommandExecutorException(String message)CommandExecutorException(String message, CommandExecutorResult commandExecutorResult) -
Method Summary
Modifier and Type Method Description CommandExecutorResultgetCommandExecutorResult()StringgetMessage()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Method Details
-
getCommandExecutorResult
-
getMessage
- Overrides:
getMessagein classThrowable
-