Class BeanDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class BeanDefinitionException
    extends java.lang.Exception
    BeanDefinitionException was throw when a task do not have right definition
    Author:
    luis.costa
    See Also:
    Serialized Form
    • 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

      • BeanDefinitionException

        public BeanDefinitionException()
        BeanDefinitionException constructor
      • BeanDefinitionException

        public BeanDefinitionException​(java.lang.String message)
        BeanDefinitionException constructor with custom message
        Parameters:
        message - to instantiate exception