RequestParameterAccessor to allow simple access to Parameters in PrimitiveRequest #208
+7
@@ -0,0 +1,7 @@
|
||||
package ch.unibas.dmi.dbis.cs108.casono.server.network.parser;
|
||||
|
||||
public class ParameterParseException extends RuntimeException {
|
||||
public ParameterParseException(String message, Throwable cause) {
|
||||
super(message, cause);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user