| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
gov.llnl.babel.parsers.xml.ParseSymbolException
public class ParseSymbolException
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(java.lang.String message)Create a new ParseSymbolExceptionexception with the
 specified message string. | |
| Method Summary | 
|---|
| 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 | 
|---|
public ParseSymbolException(java.lang.String message)
ParseSymbolException exception with the
 specified message string.
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||