Schnittstelle IExceptionArgumentStringRepresentaionPreparator
- Alle bekannten Implementierungsklassen:
ExceptionArgumentStringRepresentaionPreparator
public interface IExceptionArgumentStringRepresentaionPreparator
A
IExceptionArgumentStringRepresentaionPreparator
provides method to
prepare String
representations of arguments for Exception
s.- Version:
- 2025-04-06
- Autor:
- Silvan Wyss
-
Methodenübersicht
-
Methodendetails
-
getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgument
- Parameter:
argument
- - Can be null.- Gibt zurück:
- a space enclosed and quoted
String
representation of the given argument with a certain max length.
-
getStringRepresentationOfArgument
- Parameter:
argument
- - Can be null.- Gibt zurück:
- a
String
representation of the given argument.
-
getStringRepresentationWithMaxLengthOfArgument
- Parameter:
argument
- - Can be null.- Gibt zurück:
- a
String
representation of the given argument with a certain max length.
-