Searched refs:AssertionViolatedException (Results 1 – 13 of 13) sorted by relevance
27 public final class AssertionViolatedException extends RuntimeException{ class32 public AssertionViolatedException() { in AssertionViolatedException() method in AssertionViolatedException39 public AssertionViolatedException(String message) { in AssertionViolatedException() method in AssertionViolatedException47 public AssertionViolatedException(String message, final Throwable initCause) { in AssertionViolatedException() method in AssertionViolatedException81 final AssertionViolatedException ave = new AssertionViolatedException("Oops!"); in main()
41 import org.apache.bcel.verifier.exc.AssertionViolatedException;147 throw new AssertionViolatedException( in setLeavingRET()176 … throw new AssertionViolatedException("getLeavingRET() called on top level pseudo-subroutine."); in getEnteringJsrInstructions()187 throw new AssertionViolatedException("Expecting JsrInstruction InstructionHandle."); in addEnteringJsrInstruction()190 throw new AssertionViolatedException("Set the localVariable first!"); in addEnteringJsrInstruction()196 throw new AssertionViolatedException("Setting a wrong JsrInstruction."); in addEnteringJsrInstruction()207 … throw new AssertionViolatedException("getLeavingRET() called on top level pseudo-subroutine."); in getLeavingRET()228 …throw new AssertionViolatedException("All instructions must have been added before invoking setLea… in addInstruction()275 throw new AssertionViolatedException( in getAccessedLocalsIndices()296 …throw new AssertionViolatedException("Oops. BCEL did not like NULL as a ConstantPoolGen object.", … in getAccessedLocalsIndices()[all …]
36 import org.apache.bcel.verifier.exc.AssertionViolatedException;88 … throw new AssertionViolatedException("Cannot instantiate InstructionContextImpl from NULL."); in InstructionContextImpl()130 throw new AssertionViolatedException( in getOutFrame()145 …throw new AssertionViolatedException("inFrame not set! This:\n"+this+"\nInFrames: '"+inFrames+"'."… in getInFrame()174 … throw new AssertionViolatedException("Huh?! Am I '"+this+"' part of a subroutine or not?"); in execute()177 … throw new AssertionViolatedException("Huh?! Am I '"+this+"' part of a subroutine or not?"); in execute()339 … throw new AssertionViolatedException("Asking for successors of a RET in dead code?!"); in _getSuccessors()443 …throw new AssertionViolatedException("InstructionContext requested for an InstructionHandle that's… in contextOf()
23 import org.apache.bcel.verifier.exc.AssertionViolatedException;88 …throw new AssertionViolatedException("LocalVariables do not know about '"+type+"'. Use Type.INT in… in set()126 …throw new AssertionViolatedException("Merging LocalVariables of different size?!? From different m… in merge()169 throw new AssertionViolatedException( in merge()188 throw new AssertionViolatedException("Missing class: " + e, e); in merge()
26 import org.apache.bcel.verifier.exc.AssertionViolatedException;160 throw new AssertionViolatedException("Cannot push NULL onto OperandStack."); in push()163 …throw new AssertionViolatedException("The OperandStack does not know about '"+type+"'; use Type.IN… in push()166 throw new AssertionViolatedException( in push()258 throw new AssertionViolatedException("Missing class: " + e, e); in merge()
45 import org.apache.bcel.verifier.exc.AssertionViolatedException;176 … throw new AssertionViolatedException("More RET than JSR in execution chain?!"); in circulationPump()191 …throw new AssertionViolatedException("RET without a JSR before in ExecutionChain?! EC: '"+oldchain… in circulationPump()195 …throw new AssertionViolatedException("RET '"+u.getInstruction()+"' info inconsistent: jump back to… in circulationPump()329 throw new AssertionViolatedException("Missing class: " + e, e); in do_verify()392 …throw new AssertionViolatedException("Some RuntimeException occured while verify()ing class '"+jc.… in do_verify()
39 import org.apache.bcel.verifier.exc.AssertionViolatedException;272 throw new AssertionViolatedException( in visitCPInstruction()601 throw new AssertionViolatedException("Missing class: " + e, e); in visitATHROW()657 throw new AssertionViolatedException( in visitBREAKPOINT()1312 …throw new AssertionViolatedException("Field '" + field_name + "' not found in " + jc.getClassName(… in visitGETFIELD()1350 throw new AssertionViolatedException("Missing class: " + e, e); in visitGETFIELD()1742 throw new AssertionViolatedException( in visitIMPDEP1()1751 throw new AssertionViolatedException( in visitIMPDEP2()1996 throw new AssertionViolatedException("Missing class: " + e, e); in visitINVOKESPECIAL()2049 throw new AssertionViolatedException("Missing class: " + e, e); in visitINVOKESTATIC()[all …]
22 import org.apache.bcel.verifier.exc.AssertionViolatedException;48 … throw new AssertionViolatedException("Slot number for local variable information out of range."); in getLocalVariableInfo()63 … throw new AssertionViolatedException("Slot number for local variable information out of range."); in add()
96 import org.apache.bcel.verifier.exc.AssertionViolatedException;222 throw new AssertionViolatedException("Missing class: " + e, e); in do_verify()450 throw new AssertionViolatedException("Missing class: " + e, e); in pass3StaticInstructionOperandsChecks()491 throw new AssertionViolatedException("Missing class: " + e, e); in max_locals()572 …throw new AssertionViolatedException("OOPS: Does not BCEL handle that? LDC2_W operand has a proble… in visitLDC2_W()656 throw new AssertionViolatedException("Missing class: " + e, e); in visitFieldInstruction()1063 …throw new AssertionViolatedException("Field '" + field_name + "' not found in " + jc.getClassName(… in visitPUTSTATIC()1086 throw new AssertionViolatedException("Missing class: " + e, e); in visitPUTSTATIC()1105 …throw new AssertionViolatedException("Field '" + field_name + "' not found in " + jc.getClassName(… in visitGETSTATIC()1113 throw new AssertionViolatedException("Missing class: " + e, e); in visitGETSTATIC()[all …]
72 import org.apache.bcel.verifier.exc.AssertionViolatedException;122 throw new AssertionViolatedException("Method number out of range."); in getLocalVariablesInfo()175 throw new AssertionViolatedException("Missing class: " + e, e); in do_verify()229 throw new AssertionViolatedException("Missing class: " + e, e); in every_class_has_an_accessible_superclass()285 throw new AssertionViolatedException("Missing class: " + e, e); in final_methods_are_not_overridden()306 throw new AssertionViolatedException("Missing class: " + e, e); in constant_pool_entries_satisfy_static_constraints()1046 throw new AssertionViolatedException( in visitCode()1135 throw new AssertionViolatedException("Missing class: " + e, e); in visitCode()1196 throw new AssertionViolatedException("Missing class: " + e, e); in visitExceptionTable()1295 throw new AssertionViolatedException("Missing class: " + e, e); in field_and_method_refs_are_valid()
66 import org.apache.bcel.verifier.exc.AssertionViolatedException;109 throw new AssertionViolatedException( in toString()
269 o BCEL-101: verifier raises an AssertionViolatedException when done against
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...