Errors returned by JVPC

As every program, JVPC can return errors. They have:
  1. a number, indicating in which area the error occured,
  2. a string, adding useful information.
For instance, opening a file that does not exist will result in error 11, where the string should tell you which file in which directory the program was trying to open.

Lists of errors

The errors below 10 are very rude:
Error Nr.Description
0Successful run (should not produce an error),
1Java API does not deal with this (extreme?) case.

The errors below 100 are triggered by use of Java standard libraries:
Error Nr.Description
11Could not open/read/write file (IOException).

The errors below 1000 are triggered by other libraries:
Error Nr.Description
101XML parser error
102JVCR error
256not available
512not available
768not available

The errors of 1000 and higher are JVPC specific:
Error Nr.Description
1000Internal error,
1001JVPC version mismatch,
1002JVPC data-file consistency check failed. This can mean JVPC made an error (it is still beta), another VGAP client made an error, your files were not transferred correctly, or you deliberately f*cked up.
1024not available


Kero,
12 IV 2000