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:
getSmartSpaceEnclosedQuotedStringRepresentationWithMaxLengthOfArgumentin SchnittstelleIExceptionArgumentStringRepresentaionPreparator- Parameter:
argument- - Can be null.- Gibt zurück:
- a space enclosed and quoted
Stringrepresentation of the given argument with a certain max length.
-
getStringRepresentationOfArgument
- Angegeben von:
getStringRepresentationOfArgumentin SchnittstelleIExceptionArgumentStringRepresentaionPreparator- Parameter:
argument- - Can be null.- Gibt zurück:
- a
Stringrepresentation of the given argument.
-
getStringRepresentationWithMaxLengthOfArgument
- Angegeben von:
getStringRepresentationWithMaxLengthOfArgumentin SchnittstelleIExceptionArgumentStringRepresentaionPreparator- Parameter:
argument- - Can be null.- Gibt zurück:
- a
Stringrepresentation of the given argument with a certain max length.
-