Class ISYSRenderExecutableFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.saperion.connector.renditions.exceptions.RenderingException
-
- com.saperion.connector.renditions.isys.ISYSRenderExecutableFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ISYSRenderExecutableFailedException extends com.saperion.connector.renditions.exceptions.RenderingException
This exception is thrown when the ISYS executable returned an error-code.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ISYSRenderExecutableFailedException(int returnCode, java.lang.String processConsoleOutput)
Creates a new ISYSRenderExecutableFailedException.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getProcessConsoleOutput()
int
getReturnCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ISYSRenderExecutableFailedException
public ISYSRenderExecutableFailedException(int returnCode, java.lang.String processConsoleOutput)
Creates a new ISYSRenderExecutableFailedException.- Parameters:
returnCode
- the code returned by the executableprocessConsoleOutput
- the console-output of the executable
-
-
Method Detail
-
getReturnCode
public int getReturnCode()
- Returns:
- the code returned by the executable
-
getProcessConsoleOutput
public java.lang.String getProcessConsoleOutput()
- Returns:
- the console-output of the executable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Throwable
-
-