Skip to content

Error Codes

Borededdy edited this page Feb 27, 2023 · 2 revisions

Welcome to the Error Codes page, in this page you will find all the error codes that our class may output. Note that you can modify the error text by editing the

System.err.println("");

in the JavIN.java file.

Error 101

The Error 101 occurs when you try to input a non-numeric data into an INT or FLOAT or DOUBLE variable. In this case you probably wanted to use a STRING or CHAR variable.

Clone this wiki locally