Class SimulationException

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SimulationException
    extends java.lang.RuntimeException
    SimulationException. Thrown when any exception occurs while trying to simulate a {org.apache.nemo.runtime.common.plan.physical.Task} to an executor.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SimulationException​(java.lang.String exception)
      SimulationException.
      SimulationException​(java.lang.Throwable exception)
      SimulationException.
    • 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

      • SimulationException

        public SimulationException​(java.lang.Throwable exception)
        SimulationException.
        Parameters:
        exception - exception
      • SimulationException

        public SimulationException​(java.lang.String exception)
        SimulationException.
        Parameters:
        exception - exception