MCPcopy Create free account
hub / github.com/Ramos-dev/OSSTunnel / CompilationException

Class CompilationException

client/src/main/java/SennaLoader.java:115–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113
114
115 public static class CompilationException extends RuntimeException {
116 private static final long serialVersionUID = 5272588827551900536L;
117
118 public CompilationException(String msg) {
119 super(msg);
120 }
121
122 }
123
124
125 public static class SourceCode extends SimpleJavaFileObject {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected