public class ParseRuntimeException extends RuntimeException
| Constructor and Description |
|---|
ParseRuntimeException() |
ParseRuntimeException(int errorOffset) |
ParseRuntimeException(int errorOffset,
Throwable t) |
ParseRuntimeException(String message) |
ParseRuntimeException(String message,
int errorOffset) |
ParseRuntimeException(String message,
int errorOffset,
Throwable t) |
ParseRuntimeException(String message,
Throwable t) |
ParseRuntimeException(Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorOffset() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ParseRuntimeException()
public ParseRuntimeException(int errorOffset)
public ParseRuntimeException(String message)
public ParseRuntimeException(String message, int errorOffset)
public ParseRuntimeException(Throwable t)
public ParseRuntimeException(int errorOffset,
Throwable t)
Copyright © 2025. All rights reserved.