Throwable和Exception的区别

先上三张图: [java] view plain copy  print? public class Throwable implements java.io.Serializable {   //code goes here   }   public class Exception extends Throwable {   //code goes here   }   public class
相关文章
相关标签/搜索