Class ConfijException

    • Constructor Summary

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.lang.String toCode​(java.lang.String s)  
      • 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

      • ConfijException

        public ConfijException​(java.lang.String s)
      • ConfijException

        public ConfijException​(java.lang.String s,
                               java.lang.Throwable throwable)
      • ConfijException

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

      • toCode

        protected static java.lang.String toCode​(java.lang.String s)