Class DependencyCollectorBuilderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DependencyCollectorBuilderException
    extends java.lang.Exception
    Indicates an issue with the DependencyCollectorBuilder
    Since:
    3.1.0
    Author:
    Robert Scholte
    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

      • DependencyCollectorBuilderException

        public DependencyCollectorBuilderException​(java.lang.String message)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
      • DependencyCollectorBuilderException

        public DependencyCollectorBuilderException​(java.lang.String message,
                                                   java.lang.Throwable cause)
        Parameters:
        message - Message indicating why dependency graph could not be resolved.
        cause - Throwable indicating at which point the graph failed to be resolved.