Package hec.lang

Class DeserializeObjectException

All Implemented Interfaces:
Serializable

public class DeserializeObjectException extends RuntimeException
Thrown when an application tries to load in a class through the AsciiDeserialzier using:
  • The deserializeObject method in class AsciiDeserializer.

but the deserialization fails.

See Also:
  • Constructor Details

    • DeserializeObjectException

      public DeserializeObjectException()
      Constructs a DeserializeObjectException with no detail message.
    • DeserializeObjectException

      public DeserializeObjectException(String s)
      Constructs a DeserializeObjectException with the specified detail message.
      Parameters:
      s - the detail message.