Class ProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessingException
    extends java.lang.RuntimeException
    Specialized RuntimException thrown by JEST commands. The exception can be serialized to the output stream of a HTTP Servlet response as a HTML page.
    Author:
    Pinaki Poddar
    See Also:
    Serialized Form
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Prints the stack trace in a HTML format on the given response output stream.
        Overrides:
        printStackTrace in class java.lang.Throwable
        Parameters:
        response -
        Throws:
        java.io.IOException