Class ConfijSourceFormatException

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.format.ConfijSourceFormatException
All Implemented Interfaces:
java.io.Serializable

@Deprecated
public class ConfijSourceFormatException
extends ConfijSourceException
Deprecated.
to be replaced with ConfijSourceException
See Also:
Serialized Form
  • Constructor Summary

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

    Modifier and Type Method Description
    static ConfijSourceFormatException invalidFormat​(java.lang.String format, java.lang.String detail, java.lang.Object... args)
    Deprecated.
     

    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

    • ConfijSourceFormatException

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

    • invalidFormat

      public static ConfijSourceFormatException invalidFormat​(java.lang.String format, java.lang.String detail, java.lang.Object... args)
      Deprecated.