Searched defs:THROWABLE (Results 1 – 8 of 8) 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
253 @JvmField public val THROWABLE: ClassName = ClassName("kotlin", "Throwable") constant
101 public static final Type THROWABLE = lookupType("java.lang.Throwable"); field in Type