public class FormattingException extends FontEngineException
| Constructor and Description |
|---|
FormattingException(int start,
int limit) |
FormattingException(String message,
int start,
int limit) |
FormattingException(String message,
Throwable cause,
int start,
int limit) |
FormattingException(Throwable cause,
int start,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLimit() |
int |
getStart() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic FormattingException(int start,
int limit)
public FormattingException(String message, int start, int limit)
public FormattingException(String message, Throwable cause, int start, int limit)
public FormattingException(Throwable cause, int start, int limit)
Copyright © 2010 - 2020 Adobe. All Rights Reserved