jasm.verifier
Class TypeAnalysis.VerificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jasm.verifier.TypeAnalysis.VerificationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TypeAnalysis

public static class TypeAnalysis.VerificationException
extends java.lang.RuntimeException

Indicates that the bytecode being analysis is malformed in some manner.

Author:
David J. Pearce
See Also:
Serialized Form

Constructor Summary
TypeAnalysis.VerificationException(ClassFile.Method method, int index, TypeAnalysis.Store store, java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

TypeAnalysis.VerificationException

public TypeAnalysis.VerificationException(ClassFile.Method method,
                                          int index,
                                          TypeAnalysis.Store store,
                                          java.lang.String msg)


Copyright © 2013 David J. Pearce. All Rights Reserved.