Serializablepublic class AliasNotSetException extends RuntimeException
Tuple.elementWithAlias(int) before Tuple.alias(com.github.gg_a.tuple.TupleAlias...), will throw AliasNotSetException.Tuple.alias(com.github.gg_a.tuple.TupleAlias...) 之前调用 Tuple.elementWithAlias(int),将抛出此异常| 限定符和类型 | 字段 | 说明 |
|---|---|---|
private static long |
serialVersionUID |
| 构造器 | 说明 |
|---|---|
AliasNotSetException() |
Constructs an
AliasNotSetException with null
as its error detail message. |
AliasNotSetException(String message) |
Constructs an
AliasNotSetException with the specified detail message. |
AliasNotSetException(String message,
Throwable cause) |
Constructs an
AliasNotSetException with the specified detail message
and cause. |
AliasNotSetException(Throwable cause) |
Constructs an
AliasNotSetException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause). |
private static final long serialVersionUID
public AliasNotSetException()
AliasNotSetException with null
as its error detail message.public AliasNotSetException(String message)
AliasNotSetException with the specified detail message.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)public AliasNotSetException(String message, Throwable cause)
AliasNotSetException with the specified detail message
and cause.message - The detail message (which is saved for later retrieval
by the Throwable.getMessage() method)cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)public AliasNotSetException(Throwable cause)
AliasNotSetException with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically contains the class and detail message of cause).cause - The cause (which is saved for later retrieval by the
Throwable.getCause() method). (A null value is permitted,
and indicates that the cause is nonexistent or unknown.)Copyright © 2021. All rights reserved.