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:
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:
  • Constructor Details

    • ISYSRenderExecutableFailedException

      public ISYSRenderExecutableFailedException(int returnCode, String processConsoleOutput)
      Creates a new ISYSRenderExecutableFailedException.
      Parameters:
      returnCode - the code returned by the executable
      processConsoleOutput - the console-output of the executable
  • Method Details

    • getReturnCode

      public int getReturnCode()
      Returns:
      the code returned by the executable
    • getProcessConsoleOutput

      public String getProcessConsoleOutput()
      Returns:
      the console-output of the executable
    • toString

      public String toString()
      Overrides:
      toString in class Throwable