Interface LogProperty.PropertyProblem

All Known Implementing Classes:
LogProperty.PropertyConvertException, LogProperty.PropertyMissingException, LogProperty.ValidationException, LogProviderRef.NotFoundException
Enclosing interface:
LogProperty

  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • errorName

      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.
      Returns:
      error name.