public class TypeException
extends java.lang.RuntimeException
desc : 类型出错
author : xuexiang
time : 2018/4/28 上午12:51
| Constructor and Description |
|---|
TypeException() |
TypeException(java.lang.String message) |
TypeException(java.lang.String message,
java.lang.Throwable cause) |
TypeException(java.lang.Throwable cause) |