优化异常处理

This commit is contained in:
648540858
2023-03-17 14:02:16 +08:00
parent c3ce2bc5d0
commit 22a205e8fc
4 changed files with 31 additions and 37 deletions

View File

@@ -520,7 +520,7 @@ public class StreamInfo implements Serializable, Cloneable{
try{
instance = (StreamInfo)super.clone();
}catch(CloneNotSupportedException e) {
logger.error("未处理的异常 ", e);
e.printStackTrace();
}
return instance;
}