Class ConfijDefinitionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ConfijDefinitionException
    extends ConfijException
    Exception is thrown whenever there is an issue with the interface defining the configuration. It is unrelated to any configuration data. The issue must be fixed in code.
    See Also:
    Serialized Form
    • Constructor Summary

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

      • 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

      • ConfijDefinitionException

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