org.objectweb.fractal.aokell.lib.asm
Class InvalidSignatureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.objectweb.fractal.aokell.lib.asm.InvalidSignatureException
- All Implemented Interfaces:
- Serializable
public class InvalidSignatureException
- extends Exception
This exception is thrown whenever an unexpected character is encountered in
a signature strng.
- Author:
- Lionel Seinturier
- See Also:
- Serialized Form
InvalidSignatureException
public InvalidSignatureException(String desc,
String unexpected,
int idx)
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable