Class AparapiException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.aparapi.internal.exception.AparapiException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassParseException, CodeGenException, CompileFailedException, DeprecatedException, QueryFailedException, RangeException
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AparapiException
-
AparapiException
-
AparapiException
-