Uses of Class
com.luna.common.exception.UtilException
Packages that use UtilException
-
Uses of UtilException in com.luna.common.io
Methods in com.luna.common.io that throw UtilExceptionModifier and TypeMethodDescriptionstatic <T> T
IoUtil.readObj
(ValidateObjectInputStream in, Class<T> clazz) 从流中读取对象,即对象的反序列化,读取后不关闭流static <T> T
IoUtil.readObj
(InputStream in) 从流中读取对象,即对象的反序列化static <T> T
IoUtil.readObj
(InputStream in, Class<T> clazz) 从流中读取对象,即对象的反序列化,读取后不关闭流 -
Uses of UtilException in com.luna.common.xml
Methods in com.luna.common.xml that throw UtilException