public class VisibilityParseException extends ParseException
| Constructor and Description |
|---|
VisibilityParseException(String reason,
byte[] visibility,
int errorOffset)
Creates a new exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
getErrorOffsetaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VisibilityParseException(String reason, byte[] visibility, int errorOffset)
reason - reason stringvisibility - visibility that could not be parsederrorOffset - offset into visibility where parsing failedpublic String getMessage()
getMessage in class ThrowableCopyright © 2011–2018 The Apache Software Foundation. All rights reserved.