public class DasStreamFormatException extends DasException
| Constructor and Description |
|---|
DasStreamFormatException()
Creates a new instance of
DasStreamFormatException without detail message. |
DasStreamFormatException(java.lang.String msg)
Constructs an instance of
DasStreamFormatException with the specified detail message. |
public DasStreamFormatException()
DasStreamFormatException without detail message.public DasStreamFormatException(java.lang.String msg)
DasStreamFormatException with the specified detail message.msg - the detail message.