Package org.apache.nemo.common.exception
Class PhysicalPlanGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.PhysicalPlanGenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class PhysicalPlanGenerationException extends java.lang.RuntimeException
PhysicalPlanGenerationException. Thrown when any exception occurs during the conversion fromDAG
to {org.apache.nemo.runtime.common.plan.physical.PhysicalPlan}- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PhysicalPlanGenerationException(java.lang.String message)
PhysicalPlanGenerationException.PhysicalPlanGenerationException(java.lang.Throwable e)
PhysicalPlanGenerationException.
-
-
-
Constructor Detail
-
PhysicalPlanGenerationException
public PhysicalPlanGenerationException(java.lang.String message)
PhysicalPlanGenerationException.- Parameters:
message
- message
-
PhysicalPlanGenerationException
public PhysicalPlanGenerationException(java.lang.Throwable e)
PhysicalPlanGenerationException.- Parameters:
e
- throwable cause of the exception.
-
-