MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / internalError

Method internalError

CodenameOne/src/com/codename1/util/regex/RE.java:734–736  ·  view source on GitHub ↗
(String s)

Source from the content-addressed store, hash-verified

732 ///
733 /// - `s`: Error description
734 protected void internalError(String s) throws Error {
735 throw new Error("RE internal error: " + s);
736 }
737
738 /// Performs lazy allocation of subexpression arrays
739 private void allocParens() {

Callers 2

matchNodesMethod · 0.95
matchMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected