接口的使用
cn.taketoday.core.NestedException
使用NestedException的程序包
程序包
说明
Provides core helpers that are not specific to any part of the framework.
Core support package for annotations, meta-annotations, and merged
annotations with attribute overrides.
Type Conversion System
Support classes for Framework's serializer abstraction.
Optimised Reflection System
-
cn.taketoday.bytecode.core中NestedException的使用
-
cn.taketoday.bytecode.proxy中NestedException的使用
修饰符和类型类说明classUsed byProxyas a replacement forjava.lang.reflect.UndeclaredThrowableException. -
cn.taketoday.core中NestedException的使用
修饰符和类型类说明classnot a suitable Constructor foundclassHandy class for wrapping checkedExceptionswith a root cause.classHandy class for wrapping runtimeExceptionswith a root cause.class -
cn.taketoday.core.annotation中NestedException的使用
修饰符和类型类说明classThrown byAnnotationUtilsand synthesized annotations if an annotation is improperly configured. -
cn.taketoday.core.codec中NestedException的使用
修饰符和类型类说明classGeneral error that indicates a problem while encoding and decoding to and from an Object stream.classIndicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.classIndicates an issue with encoding the input Object stream with a focus on not being able to encode Objects. -
cn.taketoday.core.conversion中NestedException的使用
修饰符和类型类说明classBase class for exceptions thrown by the conversion system.classException to be thrown when an actual type conversion attempt fails.classException to be thrown when a suitable converter could not be found in a given conversion service. -
cn.taketoday.core.serializer.support中NestedException的使用
修饰符和类型类说明classWrapper for the native IOException (or similar) when aSerializerorDeserializerfailed. -
cn.taketoday.reflect中NestedException的使用