Package org.apache.nemo.common.exception
Class CompileTimeOptimizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.CompileTimeOptimizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompileTimeOptimizationException extends java.lang.RuntimeException
CompileTimeOptimizationException. Thrown for compile-time optimization related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompileTimeOptimizationException(java.lang.String message)
Constructor of CompileTimeOptimizationException.CompileTimeOptimizationException(java.lang.Throwable cause)
Constructor of CompileTimeOptimizationException.
-
-
-
Constructor Detail
-
CompileTimeOptimizationException
public CompileTimeOptimizationException(java.lang.Throwable cause)
Constructor of CompileTimeOptimizationException.- Parameters:
cause
- cause.
-
CompileTimeOptimizationException
public CompileTimeOptimizationException(java.lang.String message)
Constructor of CompileTimeOptimizationException.- Parameters:
message
- message.
-
-