Class TextSerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.djutils.data.serialization.TextSerializationException
All Implemented Interfaces:
Serializable

public class TextSerializationException extends Exception
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 Details

    • TextSerializationException

      public TextSerializationException()
      Constructor for TextSerializationException.
    • TextSerializationException

      public TextSerializationException(String message, Throwable cause)
      Constructor for TextSerializationException.
      Parameters:
      message - String; explanation of the exception
      cause - Throwable; underlying exception
    • TextSerializationException

      public TextSerializationException(String message)
      Constructor for TextSerializationException.
      Parameters:
      message - String; explanation of the exception
    • TextSerializationException

      public TextSerializationException(Throwable cause)
      Constructor for TextSerializationException.
      Parameters:
      cause - Throwable; underlying exception