Searched defs:THROWABLE (Results 1 – 10 of 10) 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
36 INITIAL, UNKNOWN, HELLO, THROWABLE, AT1, AT2, OTHER; enumConstant
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
87 public static final TypeNode THROWABLE = field in TypeNode
263 @JvmField public val THROWABLE: ClassName = ClassName("kotlin", "Throwable") constant
101 public static final Type THROWABLE = lookupType("java.lang.Throwable"); field in Type