forked from opensci/piflow
fix bug
This commit is contained in:
parent
ac8ad1a92e
commit
66b3175ef7
|
@ -39,7 +39,7 @@ class StopBean {
|
|||
case _ => throw new ClassNotFoundException(this.bundle + " is not found!!!")
|
||||
}
|
||||
}
|
||||
case _ => throw new ClassNotFoundException(this.bundle + " is not found!!!")
|
||||
case ex : Exception => throw ex
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue