scala:Fix bug when companion class does not have apply() method, scala message pack throws exception.

This commit is contained in:
takeshita
2011-04-14 15:44:22 +09:00
parent 1f372cf0cc
commit fb59927d32

View File

@@ -87,6 +87,9 @@ import scala.collection.JavaConverters._
case e : ClassNotFoundException => {
defCon
}
case e : NoSuchMethodException => {
defCon
}
}
}