- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- ClassParseException, CodeGenException, CompileFailedException, DeprecatedException, QueryFailedException, RangeException
public class AparapiException
extends java.lang.Exception
We use AparapiException
class and subclasses to wrap other
Exception
classes, mainly to allow differentiation between Aparapi specific issues at runtime.
The class parser for example will throw a specific ClassParseException
if any Aparapi unfriendly
constructs are found. This allows us to fail fast during classfile parsing.
- See Also:
ClassParseException
,
CodeGenException
,
Serialized Form