public class ParseError extends RuntimeException
| Constructor and Description |
|---|
ParseError(String msg)
Constructs a ParseError given a description of the error
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseError(String msg)
msg - the error message describing the parse error.Copyright © 2012 CWI. All Rights Reserved.