Home
last modified time | relevance | path

Searched refs:GenericSignatureFormatError (Results 1 – 7 of 7) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/reflect/
DGenericSignatureFormatErrorTest.java19 import java.lang.reflect.GenericSignatureFormatError;
35 throw new GenericSignatureFormatError(); in constructor()
36 } catch (GenericSignatureFormatError e) { in constructor()
45 throw new GenericSignatureFormatError(MESSAGE); in constructorLString()
46 } catch (GenericSignatureFormatError e) { in constructorLString()
/libcore/ojluni/src/main/java/java/lang/reflect/
DGenericSignatureFormatError.java36 public class GenericSignatureFormatError extends ClassFormatError { class
43 public GenericSignatureFormatError() { in GenericSignatureFormatError() method in GenericSignatureFormatError
53 public GenericSignatureFormatError(String message) { in GenericSignatureFormatError() method in GenericSignatureFormatError
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DGenericSignatureFormatErrorTest.java12 import java.lang.reflect.GenericSignatureFormatError;
20 assertNotNull(new GenericSignatureFormatError()); in test_Constructor()
81 } catch (GenericSignatureFormatError gsfe) { in test_signatureFormatError()
/libcore/luni/src/main/java/libcore/reflect/
DGenericSignatureParser.java21 import java.lang.reflect.GenericSignatureFormatError;
297 throw new GenericSignatureFormatError(); in parseFieldTypeSignature()
465 throw new GenericSignatureFormatError(); in scanSymbol()
473 throw new GenericSignatureFormatError(); in expect()
515 throw new GenericSignatureFormatError(); in scanIdentifier()
518 throw new GenericSignatureFormatError(); in scanIdentifier()
/libcore/
Dopenjdk_java_files.bp198 "ojluni/src/main/java/java/lang/reflect/GenericSignatureFormatError.java",
DEXPECTED_UPSTREAM296 …ang/reflect/GenericSignatureFormatError.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/jav…
/libcore/api/
Dcurrent.txt5203 public class GenericSignatureFormatError extends java.lang.ClassFormatError {
5204 ctor public GenericSignatureFormatError();
5205 ctor public GenericSignatureFormatError(String);