Class 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()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ISYSRenderExecutableFailedException

        public ISYSRenderExecutableFailedException​(int returnCode,
                                                   java.lang.String processConsoleOutput)
        Creates a new ISYSRenderExecutableFailedException.
        Parameters:
        returnCode - the code returned by the executable
        processConsoleOutput - 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 class java.lang.Throwable