Package com.mebigfatguy.fbcontrib.utils
Class StopOpcodeParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.mebigfatguy.fbcontrib.utils.StopOpcodeParsingException
- All Implemented Interfaces:
Serializable
used to throw out of a sawOpcode method back to the visitCode method when
there's no point continuing to parse opcodes
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
StopOpcodeParsingException
public StopOpcodeParsingException()
-