public final class ParseException extends Exception
コンストラクタと説明 |
---|
ParseException(String message,
Input in) |
ParseException(String message,
Input in,
Throwable cause) |
ParseException(Throwable cause) |
ParseException(Throwable cause,
Input in) |
修飾子とタイプ | メソッドと説明 |
---|---|
static ParseException |
arg1ExpectedButFoundArg2(Input in,
char arg1,
char arg2) |
static ParseException |
arg1NotFound(Input in,
String arg1) |
String |
getMessage() |
static ParseException |
syntaxError(Input in) |
static ParseException |
unexpectedError(Input in,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParseException(Throwable cause)
public static ParseException unexpectedError(Input in, Throwable cause)
public static ParseException syntaxError(Input in)
public static ParseException arg1NotFound(Input in, String arg1)
public static ParseException arg1ExpectedButFoundArg2(Input in, char arg1, char arg2)
public String getMessage()
getMessage
クラス内 Throwable
Copyright © 2016. All rights reserved.