Class MissingDataException

All Implemented Interfaces:
Serializable

public class MissingDataException extends DataFormatException
Author:
Christopher Allen
See Also:
  • Constructor Details

    • MissingDataException

      public MissingDataException()
      Creates a new instance of MissingAttributeException without detail message.
    • MissingDataException

      public MissingDataException(String msg)
      Constructs an instance of MissingAttributeException with the specified detail message.
      Parameters:
      msg - the detail message.