public class BadReplParse extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
List<ReplError> |
errs
The errors that were encountered during parsing.
|
| Constructor and Description |
|---|
BadReplParse(String msg)
Create a new exception for ReplPair parsing failing.
|
BadReplParse(String msg,
List<ReplError> errs)
Create a new exception for ReplPair parsing failing.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toPrintString()
Convert the exception to a printable format.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic BadReplParse(String msg)
msg - The message for the exception.Copyright © 2020. All rights reserved.