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