public class ConvertOverflowException extends RuntimeException
| 构造器和说明 |
|---|
ConvertOverflowException(String msg,
Throwable e) |
| 限定符和类型 | 方法和说明 |
|---|---|
static ConvertOverflowException |
newEnumException(Object value) |
static ConvertOverflowException |
newLowerBoundException(Object value,
Object lowerBound) |
static ConvertOverflowException |
newMaxLengthException(long length,
long maxLength) |
static ConvertOverflowException |
newMaxLengthException(String value,
long maxLength) |
static ConvertOverflowException |
newOutOfRange() |
static ConvertOverflowException |
newUpperBoundException(Object value,
Object upperBound) |
public static ConvertOverflowException newMaxLengthException(String value, long maxLength)
public static ConvertOverflowException newMaxLengthException(long length, long maxLength)
public static ConvertOverflowException newLowerBoundException(Object value, Object lowerBound)
public static ConvertOverflowException newUpperBoundException(Object value, Object upperBound)
public static ConvertOverflowException newEnumException(Object value)
public static ConvertOverflowException newOutOfRange()
Copyright © 2023 PingCAP. All rights reserved.