gov.llnl.babel.backend.html

Class BabelDocException


public class BabelDocException
extends java.lang.Exception

Constructor Summary

BabelDocException()
Creates a new instance of BabelDocException without detail message.
BabelDocException(String msg)
Constructs an instance of BabelDocException with the specified detail message.

Constructor Details

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.
Parameters:
msg - the detail message.