Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
304 views
in Technique[技术] by (71.8m points)

无法转换为java.lang.Throwable

java: 不兼容的类型: org.exolab.castor.xml.MarshalException无法转换为java.lang.Throwable

            try{
                marshaller.marshal(rpic);
            }catch (MarshalException e) {
                
            } catch (ValidationException e) {
               
            }

这两个异常都无法通过catch捕获,是这两个异常无法转化为java.lang.Throwable。


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

看下这个类的源码呀,按理不是继承自Throwable的怎么能叫Exception呢
补充:
特地去试了下,是没有问题的,建议检查下代码和配置

clipboard.png

clipboard.png


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...