gov.llnl.babel.backend.html
Class BabelDocException
java.lang.Exceptiongov.llnl.babel.backend.html.BabelDocException
public class BabelDocException
extends java.lang.Exception
BabelDocException()- Creates a new instance of
BabelDocException without detail message.
|
BabelDocException(String msg)- Constructs an instance of
BabelDocException with the specified detail message.
|
BabelDocException
public BabelDocException()
Creates a new instance of BabelDocException without detail message.
BabelDocException
public BabelDocException(String msg)
Constructs an instance of BabelDocException with the specified detail message.
msg - the detail message.