Package ch.kk7.confij.binding
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
-
-