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, getReason
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CrnSyntaxException(String input, Collection<CrnSyntaxException> exceptions)