Class NoSpecDefinedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoSpecDefinedException
    extends java.lang.RuntimeException
    The exception is thrown if there is no spec defined in DslBuilder. The pipeline will then be terminated.

    Since:
    1.6.0
    Author:
    Erhan Bagdemir
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NoSpecDefinedException​(java.lang.String message)  
    • 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

      • NoSpecDefinedException

        public NoSpecDefinedException​(java.lang.String message)