Home
last modified time | relevance | path

Searched refs:ClassFormatException (Results 1 – 19 of 19) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DClassParser.java118 public JavaClass parse() throws IOException, ClassFormatException { in parse()
202 private void readAttributes() throws IOException, ClassFormatException { in readAttributes()
216 private void readClassInfo() throws IOException, ClassFormatException { in readClassInfo()
226 … throw new ClassFormatException("Class " + file_name + " can't be both final and abstract"); in readClassInfo()
238 private void readConstantPool() throws IOException, ClassFormatException { in readConstantPool()
248 private void readFields() throws IOException, ClassFormatException { in readFields()
264 private void readID() throws IOException, ClassFormatException { in readID()
266 throw new ClassFormatException(file_name + " is not a Java .class file"); in readID()
276 private void readInterfaces() throws IOException, ClassFormatException { in readInterfaces()
290 private void readMethods() throws IOException, ClassFormatException { in readMethods()
[all …]
DClassFormatException.java27 public class ClassFormatException extends RuntimeException { class
31 public ClassFormatException() { in ClassFormatException() method in ClassFormatException
36 public ClassFormatException(final String s) { in ClassFormatException() method in ClassFormatException
43 public ClassFormatException(final String message, final Throwable cause) { in ClassFormatException() method in ClassFormatException
DUtility.java161 throw new ClassFormatException("Byte code error: " + buf.toString(), e); in codeToString()
543 throws ClassFormatException { in methodTypeToSignature()
550 throw new ClassFormatException("Invalid type: " + element); in methodTypeToSignature()
567 throws ClassFormatException { in methodSignatureArgumentTypes()
579 throws ClassFormatException { in methodSignatureArgumentTypes()
584 throw new ClassFormatException("Invalid method signature: " + signature); in methodSignatureArgumentTypes()
593 throw new ClassFormatException("Invalid method signature: " + signature, e); in methodSignatureArgumentTypes()
604 …lic static String methodSignatureReturnType( final String signature ) throws ClassFormatException { in methodSignatureReturnType()
615 …odSignatureReturnType( final String signature, final boolean chopit ) throws ClassFormatException { in methodSignatureReturnType()
623 throw new ClassFormatException("Invalid method signature: " + signature, e); in methodSignatureReturnType()
[all …]
DConstantPool.java58 public ConstantPool(final DataInput input) throws IOException, ClassFormatException { in ConstantPool()
101 public String constantToString( Constant c ) throws ClassFormatException { in constantToString()
206 public String constantToString( final int index, final byte tag ) throws ClassFormatException { in constantToString()
237 throw new ClassFormatException("Invalid constant pool reference: " + index in getConstant()
254 public Constant getConstant( final int index, final byte tag ) throws ClassFormatException { in getConstant()
258 throw new ClassFormatException("Constant pool at index " + index + " is null."); in getConstant()
261 throw new ClassFormatException("Expected class `" + Const.getConstantName(tag) in getConstant()
290 public String getConstantString( final int index, final byte tag ) throws ClassFormatException { in getConstantString()
DConstant.java135 ClassFormatException { in readConstant()
171 throw new ClassFormatException("Invalid byte tag in constant pool: " + b); in readConstant()
DFieldOrMethod.java93 ClassFormatException { in FieldOrMethod()
103 …(final DataInput file, final ConstantPool constant_pool) throws IOException, ClassFormatException { in FieldOrMethod()
DAttribute.java163 throws IOException, ClassFormatException in readAttribute()
184 throws IOException, ClassFormatException in readAttribute()
DField.java68 ClassFormatException { in Field()
DStackMapEntry.java89 …throw new ClassFormatException ("Invalid frame type found while parsing stack map table: " + frame… in StackMapEntry()
172 throw new ClassFormatException ("Invalid Stack map table tag: " + frame_type); in dump()
DMethod.java81 ClassFormatException { in Method()
/external/apache-commons-bcel/src/examples/
DClassDumper.java26 import org.apache.bcel.classfile.ClassFormatException;
78 public void dump () throws IOException, ClassFormatException { in dump()
114 private final void processID () throws IOException, ClassFormatException { in processID()
117 throw new ClassFormatException(file_name + " is not a Java .class file"); in processID()
130 private final void processVersion () throws IOException, ClassFormatException { in processVersion()
143 private final void processConstantPool () throws IOException, ClassFormatException { in processConstantPool()
178 private final void processClassInfo () throws IOException, ClassFormatException { in processClassInfo()
188 throw new ClassFormatException("Class " + file_name + in processClassInfo()
209 private final void processInterfaces () throws IOException, ClassFormatException { in processInterfaces()
237 private final void processFields () throws IOException, ClassFormatException { in processFields()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DType.java24 import org.apache.bcel.classfile.ClassFormatException;
236 throw new ClassFormatException("Invalid method signature: " + signature, e); in getReturnType()
252 throw new ClassFormatException("Invalid method signature: " + signature); in getArgumentTypes()
261 throw new ClassFormatException("Invalid method signature: " + signature, e); in getArgumentTypes()
354 throw new ClassFormatException("Invalid method signature: " + signature); in getArgumentTypesSize()
363 throw new ClassFormatException("Invalid method signature: " + signature, e); in getArgumentTypesSize()
383 throw new ClassFormatException("Invalid signature: " + signature); in getTypeSize()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/verifier/statics/
DPass1Verifier.java22 import org.apache.bcel.classfile.ClassFormatException;
166 catch(final ClassFormatException e) { in do_verify()
DPass2Verifier.java31 import org.apache.bcel.classfile.ClassFormatException;
586 catch (final ClassFormatException cfe) { in visitField()
640 catch (final ClassFormatException cfe) { in visitMethod()
1101 catch (final ClassFormatException cfe) { in visitCode()
1338 catch (final ClassFormatException cfe) { in visitConstantFieldref()
1371 catch (final ClassFormatException cfe) { in visitConstantMethodref()
1405 catch (final ClassFormatException cfe) { in visitConstantInterfaceMethodref()
/external/apache-commons-bcel/
DRELEASE-NOTES.txt24 o BCEL-300: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 19.
25 o BCEL-301: org.apache.bcel.classfile.ClassFormatException: Invalid byte tag in constant pool: 20.
237 o BCEL-197: Utility.signatureToString() no longer throws a ClassFormatException
319 ClassFormatException: Invalid byte tag in constant pool.
/external/owasp/sanitizer/tools/findbugs/lib/
Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.jdt.core_3.14.0.v20180528-0519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/dagger2/lib/
Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...