mirror of
https://github.com/corda/corda.git
synced 2025-06-15 13:48:14 +00:00
more classpath progress
This commit is contained in:
11
classpath/java/net/MalformedURLException.java
Normal file
11
classpath/java/net/MalformedURLException.java
Normal file
@ -0,0 +1,11 @@
|
||||
package java.net;
|
||||
|
||||
public class MalformedURLException extends Exception {
|
||||
public MalformedURLException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
||||
public MalformedURLException() {
|
||||
this(null);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user