public class CrnSyntaxException extends URISyntaxException
| Constructor and Description |
|---|
CrnSyntaxException(String input,
Collection<CrnSyntaxException> exceptions)
If we encountered multiple problems trying to parse a CRN, produce an exception that captures
all of the reasons for failure
|
CrnSyntaxException(String input,
String reason) |
getIndex, getInput, getMessage, getReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CrnSyntaxException(String input, Collection<CrnSyntaxException> exceptions)