类 IDFormatInvalid
java.lang.Object
java.lang.Throwable
java.lang.Exception
top.expli.schoolfish.exceptions.IDFormatInvalid
- 所有已实现的接口:
Serializable
ID格式无效异常
- 另请参阅:
-
构造器概要
构造器构造器说明Constructs a new exception withnullas its detail message.IDFormatInvalid(String message) Constructs a new exception with the specified detail message. -
方法概要
-
构造器详细资料
-
IDFormatInvalid
public IDFormatInvalid()Constructs a new exception withnullas its detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable). -
IDFormatInvalid
Constructs a new exception with the specified detail message. The cause is not initialized, and may subsequently be initialized by a call toThrowable.initCause(java.lang.Throwable).- 参数:
message- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()method.
-