Commit d1ebc1b3 authored by yanzg's avatar yanzg

修复bug

parent eef9ad5e
......@@ -33,6 +33,10 @@ public class RuntimeCodeException extends RuntimeException {
return target;
}
public void setTarget(Object target) {
this.target = target;
}
/**
* Constructs a new runtime exception with the specified detail message and
* cause. <p>Note that the detail message associated with
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment