Klasse ExceptionArgumentStringRepresentaionPreparator
java.lang.Object
ch.nolix.core.errorcontrol.exceptionargumentpreparator.ExceptionArgumentStringRepresentaionPreparator
- Alle implementierten Schnittstellen:
IExceptionArgumentStringRepresentaionPreparator
public final class ExceptionArgumentStringRepresentaionPreparator
extends Object
implements IExceptionArgumentStringRepresentaionPreparator
- Version:
- 2025-04-06
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
ExceptionArgumentStringRepresentaionPreparator
public ExceptionArgumentStringRepresentaionPreparator()
-
-
Methodendetails
-
getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgument
public String getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgument(Object argument) - Angegeben von:
getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgument
in SchnittstelleIExceptionArgumentStringRepresentaionPreparator
- 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
- Angegeben von:
getStringRepresentationOfArgument
in SchnittstelleIExceptionArgumentStringRepresentaionPreparator
- Parameter:
argument
- - Can be null.- Gibt zurück:
- a
String
representation of the given argument.
-
getStringRepresentationWithMaxLengthOfArgument
- Angegeben von:
getStringRepresentationWithMaxLengthOfArgument
in SchnittstelleIExceptionArgumentStringRepresentaionPreparator
- Parameter:
argument
- - Can be null.- Gibt zurück:
- a
String
representation of the given argument with a certain max length.
-