public class ClassParseException extends AparapiException
ClassParseException
s (derived from AparapiException
) if we encounter any Aparapi unfriendly
constructs. This allows us to fail fast.AparapiException
,
Serialized FormModifier and Type | Class and Description |
---|---|
static class |
ClassParseException.TYPE |
Modifier and Type | Field and Description |
---|---|
private Instruction |
instruction |
private ClassParseException.TYPE |
type |
Constructor and Description |
---|
ClassParseException(ClassParseException.TYPE _type) |
ClassParseException(ClassParseException.TYPE _type,
java.lang.String _methodName) |
ClassParseException(Instruction _instruction,
ClassParseException.TYPE _type) |
ClassParseException(java.lang.Throwable _t) |
Modifier and Type | Method and Description |
---|---|
Instruction |
getInstruction() |
ClassParseException.TYPE |
getType() |
private Instruction instruction
private ClassParseException.TYPE type
public ClassParseException(ClassParseException.TYPE _type)
public ClassParseException(Instruction _instruction, ClassParseException.TYPE _type)
public ClassParseException(ClassParseException.TYPE _type, java.lang.String _methodName)
public ClassParseException(java.lang.Throwable _t)
public Instruction getInstruction()
public ClassParseException.TYPE getType()