gov.llnl.babel.parsers.xml

Class 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.

Constructor Summary

ParseSymbolException(String message)
Create a new ParseSymbolException exception with the specified message string.

Constructor Details

ParseSymbolException

public ParseSymbolException(String message)
Create a new ParseSymbolException exception with the specified message string.