public class CdfFormatException
extends java.io.IOException
| Constructor and Description |
|---|
CdfFormatException(java.lang.String msg)
Constructs an exception with a message.
|
CdfFormatException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an exception with a message and a cause.
|
public CdfFormatException(java.lang.String msg)
msg - messagepublic CdfFormatException(java.lang.String msg,
java.lang.Throwable cause)
msg - messagecause - upstream exception