public class InputMismatchException extends NoSuchElementException
Scanner
抛出,表示
Scanner
到的令牌与预期类型的模式不匹配,或令牌超出预期类型的范围。
Scanner
, Serialized Form
Constructor and Description |
---|
InputMismatchException()
构造
InputMismatchException 与
null作为其错误消息字符串。
|
InputMismatchException(String s)
构造一个
InputMismatchException ,保存对错误消息字符串
s的引用以供以后通过
getMessage方法
检索 。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InputMismatchException()
InputMismatchException
与
null作为其错误消息字符串。
public InputMismatchException(String s)
InputMismatchException
,保存对错误消息字符串
s的引用 ,供以后通过
getMessage方法
检索 。
s
- 详细信息。