Class TaskDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TaskDefinitionException
    extends java.lang.Exception
    TaskDefinitionException was throw when a task do not have right definition
    Author:
    luis.costa
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TaskDefinitionException create​(java.lang.String message)
      Create instance of TaskDefinitionException
      • 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

      • TaskDefinitionException

        public TaskDefinitionException()
        TaskDefinitionException constructor
      • TaskDefinitionException

        public TaskDefinitionException​(java.lang.String message)
        TaskDefinitionException constructor with custom message
        Parameters:
        message - to instantiate exception
    • Method Detail

      • create

        public static TaskDefinitionException create​(java.lang.String message)
        Create instance of TaskDefinitionException
        Parameters:
        message - to instantiate exception
        Returns:
        instance of TaskDefinitionException