Class InsnError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.sun.jdo.api.persistence.enhancer.classfile.InsnError
-
- All Implemented Interfaces:
Serializable
public class InsnError extends RuntimeException
An exception thrown when an error occurs in encoding or decoding instruction sequences- See Also:
- Serialized Form
-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InsnError
public InsnError(String s)
-
-