Class CrnSyntaxException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.net.URISyntaxException
io.confluent.crn.CrnSyntaxException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrnSyntaxException(String input, String reason) 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 -
Method Summary
Methods inherited from class URISyntaxException
getIndex, getInput, getMessage, getReasonMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrnSyntaxException
-
CrnSyntaxException
If we encountered multiple problems trying to parse a CRN, produce an exception that captures all of the reasons for failure
-