This commit is contained in:
judy0131 2021-02-03 14:52:02 +08:00
parent 857158e98f
commit 909545ee9f
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -207,7 +207,8 @@ object ClassUtil {
try{
iconArrayByte = stop.getIcon()
}catch {
case ex => println(ex)
case ex: ClassNotFoundException => println(ex)
case ex: NoSuchMethodError => println(ex)
}
//TODO: add properties for visualization stop