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 |
Constructor and Description |
---|
ClassParseException(ClassParseException.TYPE _type) |
ClassParseException(ClassParseException.TYPE _type,
String _methodName) |
ClassParseException(Instruction _instruction,
ClassParseException.TYPE _type) |
ClassParseException(Throwable _t) |
Modifier and Type | Method and Description |
---|---|
Instruction |
getInstruction() |
ClassParseException.TYPE |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ClassParseException(ClassParseException.TYPE _type)
public ClassParseException(Instruction _instruction, ClassParseException.TYPE _type)
public ClassParseException(ClassParseException.TYPE _type, String _methodName)
public ClassParseException(Throwable _t)
public Instruction getInstruction()
public ClassParseException.TYPE getType()
Copyright © 2016 Syncleus. All rights reserved.