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() |
getErrorOffset
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 Throwable
Copyright © 2011–2017 The Apache Software Foundation. All rights reserved.