Class SerializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dk.gtz.graphedit.exceptions.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException extends RuntimeException
An error occurred during serialization of something
See Also:
  • Constructor Details

    • SerializationException

      public SerializationException(String message)
      Construct a new instance
      Parameters:
      message - The detail message
    • SerializationException

      public SerializationException(String message, Throwable inner)
      Construct a new instance
      Parameters:
      message - The detail message
      inner - The throwable that caused this
    • SerializationException

      public SerializationException(Throwable inner)
      Construct a new instance
      Parameters:
      inner - The throwable that caused this