Class UnbalancedParenthesisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bhoffpauir.blisp.lib.exception.LispRuntimeException
com.bhoffpauir.blisp.lib.exception.UnbalancedParenthesisException
- All Implemented Interfaces:
Serializable
Runtime exception thrown when the parse cannot find a closing parenthesis.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnbalancedParenthesisException
public UnbalancedParenthesisException() -
UnbalancedParenthesisException
-