Class CdfFormatException

All Implemented Interfaces:
Serializable

public class CdfFormatException extends IOException
Exception thrown during CDF parsing when the data stream appears either to be in contravention of the CDF format, or uses some feature of the CDF format which is unsupported by the current implementation.
Since:
18 Jun 2013
See Also:
  • Constructor Details

    • CdfFormatException

      public CdfFormatException(String msg)
      Constructs an exception with a message.
      Parameters:
      msg - message
    • CdfFormatException

      public CdfFormatException(String msg, Throwable cause)
      Constructs an exception with a message and a cause.
      Parameters:
      msg - message
      cause - upstream exception