Package org.jf.smali
Class SemanticException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.antlr.runtime.RecognitionException
org.jf.smali.SemanticException
- All Implemented Interfaces:
Serializable
public class SemanticException
extends org.antlr.runtime.RecognitionException
- See Also:
-
Field Summary
FieldsFields inherited from class org.antlr.runtime.RecognitionException
approximateLineInfo, c, charPositionInLine, index, input, line, node, token -
Constructor Summary
ConstructorsConstructorDescriptionSemanticException(org.antlr.runtime.IntStream input, Exception ex) SemanticException(org.antlr.runtime.IntStream input, String errorMessage, Object... messageArguments) SemanticException(org.antlr.runtime.IntStream input, org.antlr.runtime.Token token, String errorMessage, Object... messageArguments) SemanticException(org.antlr.runtime.IntStream input, org.antlr.runtime.tree.CommonTree tree, String errorMessage, Object... messageArguments) -
Method Summary
Methods inherited from class org.antlr.runtime.RecognitionException
extractInformationFromTreeNodeStream, getUnexpectedTypeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorMessage
-
-
Constructor Details
-
SemanticException
-
SemanticException
SemanticException(org.antlr.runtime.IntStream input, Exception ex) -
SemanticException
-
SemanticException
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-