Class ConfijDefinitionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ch.kk7.confij.common.ConfijException
ch.kk7.confij.binding.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 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

    • ConfijDefinitionException

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