Class LogProperty.PropertyConvertException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jstach.rainbowgum.LogProperty.PropertyConvertException
All Implemented Interfaces:
LogProperty.PropertyProblem, Serializable
Enclosing interface:
LogProperty

Thrown if an error happens while converting a property.
See Also:
  • Method Details

    • key

      public String key()
      Property key.
      Returns:
      key.
    • errorName

      public String errorName()
      Description copied from interface: LogProperty.PropertyProblem
      A short, stable name for this problem used in error messages instead of the exception's full (and for a nested class, $-separated) class name. Deliberately hardcoded per implementation rather than derived via getClass().getSimpleName() so it stays stable across renames/moves of the actual exception class.
      Specified by:
      errorName in interface LogProperty.PropertyProblem
      Returns:
      error name.