Class ExecutionFailException

java.lang.Object
java.lang.Throwable
java.lang.Exception
pl.edu.icm.unity.exceptions.EngineException
pl.edu.icm.unity.engine.api.translation.ExecutionFailException
All Implemented Interfaces:
Serializable

public class ExecutionFailException extends EngineException
Throw to signal that further execution of the translation profile should be stopped and that the whole process should be finished with error.
Author:
K. Benedyczak
See Also:
  • Constructor Details

    • ExecutionFailException

      public ExecutionFailException(String message)