public class ParseError extends Error
| Modifier and Type | Class and Description |
|---|---|
static class |
ParseError.ParseErrorKind |
| Constructor and Description |
|---|
ParseError(ParseError.ParseErrorKind kind) |
ParseError(String message,
ParseError.ParseErrorKind kind) |
| Modifier and Type | Method and Description |
|---|---|
ParseError.ParseErrorKind |
getErrorKind() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseError(ParseError.ParseErrorKind kind)
public ParseError(String message, ParseError.ParseErrorKind kind)
public ParseError.ParseErrorKind getErrorKind()
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.