Class ConfijSourceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.kk7.confij.common.ConfijException
ch.kk7.confij.source.ConfijSourceException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ConfijSourceFetchingException, ConfijSourceFormatException

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

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

    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

    • ConfijSourceException

      public ConfijSourceException​(java.lang.String s, java.lang.Object... args)