( String errorMessage )
| 676 | } |
| 677 | |
| 678 | public static RuntimeException error( String errorMessage ) { |
| 679 | return new RuntimeException(errorMessage); |
| 680 | } |
| 681 | |
| 682 | //////////////////////////////////// |
| 683 | // Lexer components |
no outgoing calls
no test coverage detected