edu.rice.cs.util.sexp
Class SExpParser.PrivateParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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.


Constructor Summary
SExpParser.PrivateParseException(String msg)
          Creates a runtime exception with the message that is desired for the eventual checked exception
 
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

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