public class ParseSymbolException
extends java.lang.Exception
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 and Description |
---|
ParseSymbolException(java.lang.String message)
Create a new
ParseSymbolException exception with the
specified message string. |