Class ConfijSourceFetchingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.kk7.confij.common.ConfijException
ch.kk7.confij.source.ConfijSourceException
ch.kk7.confij.source.resource.ConfijSourceFetchingException
All Implemented Interfaces:
java.io.Serializable

public class ConfijSourceFetchingException
extends ConfijSourceException
See Also:
Serialized Form
  • Constructor Summary

    Constructors
    Constructor Description
    ConfijSourceFetchingException​(java.lang.String s, java.lang.Object... args)  
  • Method Summary

    Modifier and Type Method Description
    static ConfijSourceFetchingException unableToFetch​(java.lang.String path, java.lang.String detail, java.lang.Object... args)  

    Methods inherited from class ch.kk7.confij.common.ConfijException

    toCode

    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 Details

    • ConfijSourceFetchingException

      public ConfijSourceFetchingException​(java.lang.String s, java.lang.Object... args)
  • Method Details

    • unableToFetch

      public static ConfijSourceFetchingException unableToFetch​(java.lang.String path, java.lang.String detail, java.lang.Object... args)