mirror of
https://github.com/corda/corda.git
synced 2025-06-14 13:18:18 +00:00
add a bunch of classes to classpath and flesh out a few existing ones
This commit is contained in:
11
classpath/java/lang/NoSuchFieldException.java
Normal file
11
classpath/java/lang/NoSuchFieldException.java
Normal file
@ -0,0 +1,11 @@
|
||||
package java.lang;
|
||||
|
||||
public class NoSuchFieldException extends Exception {
|
||||
public NoSuchFieldException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public NoSuchFieldException() {
|
||||
super();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user