Searched defs:THROWABLE (Results 1 – 7 of 7) sorted by relevance
34 static final Throwable[] THROWABLE = new Throwable[0]; field in EmptyArray
33 static final Throwable[] THROWABLE = new Throwable[0]; field in EmptyArray
31 Class<Throwable> THROWABLE = Throwable.class; field
28 public static final Class<Throwable> THROWABLE = Throwable.class; field in ExceptionConst
463 private static final Class THROWABLE = Throwable.class; field in ExceptionCommon
61 public static final ObjectType THROWABLE = new ObjectType("java.lang.Throwable"); field in Type
101 public static final Type THROWABLE = lookupType("java.lang.Throwable"); field in Type