Interface LogProperty.PropertyProblem
- All Known Implementing Classes:
LogProperty.PropertyConvertException, LogProperty.PropertyMissingException, LogProperty.ValidationException, LogProviderRef.NotFoundException
- Enclosing interface:
LogProperty
public static sealed interface LogProperty.PropertyProblem
permits LogProperty.PropertyConvertException, LogProperty.PropertyMissingException, LogProperty.ValidationException, LogProviderRef.NotFoundException
Parent interface for property exceptions.
-
Method Summary
-
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 viagetClass().getSimpleName()so it stays stable across renames/moves of the actual exception class.- Returns:
- error name.
-