Class ConfigException.BugOrBroken

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConfigException.BadBean, ConfigException.NotResolved
Enclosing class:
ConfigException

public static class ConfigException.BugOrBroken extends ConfigException
Exception indicating that there's a bug in something (possibly the library itself) or the runtime environment is broken. This exception should never be handled; instead, something should be fixed to keep the exception from occurring. This exception can be thrown by any method in the library.
See Also:
  • Constructor Details

    • BugOrBroken

      public BugOrBroken(String message, Throwable cause)
    • BugOrBroken

      public BugOrBroken(String message)