The RuntimeException is thrown in the Base64Url class during decoding, e.g.: java.lang.RuntimeException: java.lang.IllegalArgumentException: Base64-encoded string must have at least four characters, ...
Some exceptions in Java must be handled in the developer's code. Other exceptions can occur without any exception handling semantics at all. When an exception must be handled with try-and-catch ...
As the name implies, runtime errors occur during the execution of a software program. They occur when an application runs. Any time an application behaves in a way ...
I use this library match many regexes, but this exception throws, and after a period of time, the matcher cannot match any regexes. Perhaps, that's a bug of hyperscan? Hyperscan 5.4.0-1.5.5 ...