gov.llnl.babel.parsers.xml
Class ParseSymbolException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bygov.llnl.babel.parsers.xml.ParseSymbolException
All Implemented Interfaces:
java.io.Serializable

public class ParseSymbolException
extends java.lang.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.

See Also:
Serialized Form

Constructor Summary
ParseSymbolException(java.lang.String message)
          Create a new ParseSymbolException exception with the specified message string.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseSymbolException

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