0
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
static {
try {
Object e = null;
((XmlSchema)e).location();
} catch (NullPointerException var3) {
;
} catch (NoSuchMethodError var4) {
Messages res;
if(SecureLoader.getClassClassLoader(XmlSchema.class) == null) {
res = Messages.INCOMPATIBLE_API_VERSION_MUSTANG;
} else {
res = Messages.INCOMPATIBLE_API_VERSION;
}
throw new LinkageError(res.format(new Object[]{Which.which(XmlSchema.class), Which.which(ModelBuilder.class)}));
}
try {
WhiteSpaceProcessor.isWhiteSpace("xyz");
} catch (NoSuchMethodError var2) {
throw new LinkageError(Messages.RUNNING_WITH_1_0_RUNTIME.format(new Object[]{Which.which(WhiteSpaceProcessor.class), Which.which(ModelBuilder.class)}));
}
logger = Logger.getLogger(ModelBuilder.class.getName());
}
exception-driven bullshit
Запостил:
Lure Of Chaos ,
23.03.2016 (Updated 29.03.2018 )
Комментарии (1) RSS