org.objectweb.fractal.aokell.lib.asm
Class InvalidSignatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidSignatureException(String desc, String unexpected, int idx)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSignatureException

public InvalidSignatureException(String desc,
                                 String unexpected,
                                 int idx)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable