Class SkipException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Error
-
- com.intergral.deep.agent.tracepoint.inst.asm.SkipException
-
- All Implemented Interfaces:
Serializable
public class SkipException extends Error
Used to force ASM to skip a class, if we could not get the source information.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SkipException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-