Home | History | Annotate | Download | only in base

Lines Matching refs:getExceptionType

46         final String exceptionType = getExceptionType();
60 String exceptionType = getExceptionType();
69 return Objects.equal(getExceptionType(), other.getExceptionType()) &&
78 String exceptionType = getExceptionType();
80 if (o.getExceptionType() != null) {
84 String otherExceptionType = o.getExceptionType();
88 res = exceptionType.compareTo(o.getExceptionType());
98 String exceptionType1 = o1.getExceptionType();
100 if (o2.getExceptionType() != null) {
105 String exceptionType2 = o2.getExceptionType();
109 return exceptionType1.compareTo(o2.getExceptionType());