Package uk.ac.bristol.star.cdf
Class CdfFormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
uk.ac.bristol.star.cdf.CdfFormatException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionCdfFormatException
(String msg) Constructs an exception with a message.CdfFormatException
(String msg, Throwable cause) Constructs an exception with a message and a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CdfFormatException
Constructs an exception with a message.- Parameters:
msg
- message
-
CdfFormatException
Constructs an exception with a message and a cause.- Parameters:
msg
- messagecause
- upstream exception
-