public class AparapiException extends Exception
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.ClassParseException
,
CodeGenException
,
Serialized FormConstructor and Description |
---|
AparapiException(String _msg) |
AparapiException(Throwable _t) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016 Syncleus. All rights reserved.