Package org.apache.nemo.common.exception
Class OutputMismatchException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.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.
-
-
-
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.
-
-