Class ClassPathResolver.ResolveException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    ClassPathResolver

    public static class ClassPathResolver.ResolveException
    extends java.lang.RuntimeException
    An error that occurred while resolving the classpath
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ResolveException​(java.lang.String message, java.lang.Object... formatArgs)  
      ResolveException​(java.lang.Throwable cause)  
      ResolveException​(java.lang.Throwable cause, java.lang.String message, java.lang.Object... formatArgs)  
    • 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

      • ResolveException

        public ResolveException​(java.lang.String message,
                                java.lang.Object... formatArgs)
      • ResolveException

        public ResolveException​(java.lang.Throwable cause)
      • ResolveException

        public ResolveException​(java.lang.Throwable cause,
                                java.lang.String message,
                                java.lang.Object... formatArgs)