Package org.apache.nemo.common.exception
Class IllegalVertexOperationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.nemo.common.exception.IllegalVertexOperationException
-
- All Implemented Interfaces:
java.io.Serializable
public final class IllegalVertexOperationException extends java.lang.RuntimeException
IllegalVertexOperationException. Thrown when an operation is conducted with a {org.apache.nemo.common.ir.IRVertex} that is unknown/invalid/out of scope.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalVertexOperationException(java.lang.String message)
IllegalVertexOperationException.
-