Class 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

      All Methods Static Methods Concrete Methods Deprecated Methods 
      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 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

      • ConfijSourceFormatException

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

      • invalidFormat

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