Home
last modified time | relevance | path

Searched refs:ClassConstraintException (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass2Verifier.java73 import org.apache.bcel.verifier.exc.ClassConstraintException;
166 catch (final ClassConstraintException cce) { in do_verify()
203 throw new ClassConstraintException("Superclass of '"+jc.getClassName()+ in every_class_has_an_accessible_superclass()
210 throw new ClassConstraintException("Circular superclass hierarchy detected."); in every_class_has_an_accessible_superclass()
216 … throw new ClassConstraintException("Could not load in ancestor class '"+supername+"'."); in every_class_has_an_accessible_superclass()
221 throw new ClassConstraintException("Ancestor class '"+supername+ in every_class_has_an_accessible_superclass()
260 …throw new ClassConstraintException("Method '" + nameAndSig + "' in class '" + hashmap.get(nameAndS… in final_methods_are_not_overridden()
366 … throw new ClassConstraintException("Invalid index '"+index+"' used by '"+tostring(referrer)+"'."); in checkIndex()
401 throw new ClassConstraintException("A ClassFile structure (like '" + in visitJavaClass()
411 … throw new ClassConstraintException("A Classfile structure (like '" + tostring(obj) + in visitJavaClass()
[all …]
DPass3aVerifier.java97 import org.apache.bcel.verifier.exc.ClassConstraintException;
202 catch(final ClassConstraintException cce) { in do_verify()
263 …throw new ClassConstraintException("Code attribute '" + code + "' has a LineNumberTable attribute … in delayedPass2Checks()
284 throw new ClassConstraintException("Code attribute '" + code in delayedPass2Checks()
289 throw new ClassConstraintException("Code attribute '" + code in delayedPass2Checks()
310 …throw new ClassConstraintException("Code attribute '"+code+"' has an exception_table entry '"+elem… in delayedPass2Checks()
314 …throw new ClassConstraintException("Code attribute '"+code+"' has an exception_table entry '"+elem… in delayedPass2Checks()
318 …throw new ClassConstraintException("Code attribute '"+code+"' has an exception_table entry '"+elem… in delayedPass2Checks()
323 …throw new ClassConstraintException("Code attribute '"+code+"' has an exception_table entry '"+elem… in delayedPass2Checks()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/exc/
DClassConstraintException.java28 public class ClassConstraintException extends VerificationException{ class
34 public ClassConstraintException() { in ClassConstraintException() method in ClassConstraintException
41 public ClassConstraintException(final String message) { in ClassConstraintException() method in ClassConstraintException
49 public ClassConstraintException(final String message, final Throwable initCause) { in ClassConstraintException() method in ClassConstraintException
DLocalVariableInfoInconsistentException.java30 public class LocalVariableInfoInconsistentException extends ClassConstraintException{
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...