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
All Methods Instance Methods Concrete Methods 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 Detail
-
CommandExecutorException
public CommandExecutorException(String message)
-
CommandExecutorException
public CommandExecutorException(String message, CommandExecutorResult commandExecutorResult)
-
-
Method Detail
-
getCommandExecutorResult
public CommandExecutorResult getCommandExecutorResult()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-