gov.llnl.babel.parsers.xml
Class ParseSymbolException
Exception
gov.llnl.babel.parsers.xml.ParseSymbolException
public class ParseSymbolException
extends Exception
The ParseSymbolException
exception class is thrown if an
error is detected while parsing an XML/DOM symbol representation. It
is thrown if (1) the DOM parser detects an error or (2) the internal
DOM representation is invalid.
ParseSymbolException(String message) - Create a new
ParseSymbolException exception with the
specified message string.
|
ParseSymbolException
public ParseSymbolException(String message)
Create a new ParseSymbolException
exception with the
specified message string.