Class DataFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MissingDataException

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

    • DataFormatException

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

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

      public DataFormatException(String msg, Exception exc)
      Create a new instance of DataFormatException with the given error message and the given root cause for the exception.
      Parameters:
      msg - descriptive message for exception
      exc - originating exception object (i.e., causing this exception)
      Since:
      May 11, 2011