Package org.djutils.data.serialization
Class TextSerializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.djutils.data.serialization.TextSerializationException
- All Implemented Interfaces:
Serializable
TextSerializationException is the exception thrown on errors when (de)serializing objects.
Copyright (c) 2020-2024 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See DJUTILS License.
- Author:
- Alexander Verbraeck, Peter Knoppers, Wouter Schakel
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructor for TextSerializationException.TextSerializationException
(String message) Constructor for TextSerializationException.TextSerializationException
(String message, Throwable cause) Constructor for TextSerializationException.Constructor for TextSerializationException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TextSerializationException
public TextSerializationException()Constructor for TextSerializationException. -
TextSerializationException
Constructor for TextSerializationException.- Parameters:
message
- String; explanation of the exceptioncause
- Throwable; underlying exception
-
TextSerializationException
Constructor for TextSerializationException.- Parameters:
message
- String; explanation of the exception
-
TextSerializationException
Constructor for TextSerializationException.- Parameters:
cause
- Throwable; underlying exception
-