edu.rice.cs.util.sexp
Class SExpParser.PrivateParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.rice.cs.util.sexp.SExpParser.PrivateParseException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SExpParser
private static class SExpParser.PrivateParseException
- extends RuntimeException
This runtime exception makes it easier to write the parser since
the methods of the helper class won't need to constantly declare
the SExpParseException to be thrown.
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SExpParser.PrivateParseException
public SExpParser.PrivateParseException(String msg)
- Creates a runtime exception with the message that is desired for
the eventual checked exception
- Parameters:
msg - the message to display