Index of exceptions

C
Class_structure_error [JBasics]

Indicates the argument of a parsing/unparsing function does not satisfy a structural constraint of class files.

N
No_class_found [JBasics]

Indicates that a class name could not be found in a given classpath.

O
OpcodeLengthError [JParseCode]

OpcodeLengthError takes as argument the opcode and the excepted length that cannot be matched by unparsing the opcode.

Overflow [JLib.IO]