Class OutputMismatchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class OutputMismatchException
    extends java.lang.RuntimeException
    OutputMismatchException. Thrown in ITCases where output doesn't match the expected outputs.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      OutputMismatchException​(java.lang.String message)
      Constructor of OutputMismatchException.
      OutputMismatchException​(java.lang.Throwable cause)
      Constructor of OutputMismatchException.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

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

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

      • OutputMismatchException

        public OutputMismatchException​(java.lang.Throwable cause)
        Constructor of OutputMismatchException.
        Parameters:
        cause - cause.
      • OutputMismatchException

        public OutputMismatchException​(java.lang.String message)
        Constructor of OutputMismatchException.
        Parameters:
        message - message.