类 UndeclaredLambdaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.dongliu.commons.exception.UndeclaredLambdaException
-
- 所有已实现的接口:
java.io.Serializable
public class UndeclaredLambdaException extends java.lang.RuntimeException implements java.io.SerializableUsed for wrap un-declared checked exception in lambda expression body.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 UndeclaredLambdaException(java.lang.Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.ThrowablegetLambdaException()Return the wrapped checked exception thrown in lambda expression body.
-