Class VisibilityParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception.VisibilityParseException
-
- All Implemented Interfaces:
Serializable
public class VisibilityParseException extends ParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VisibilityParseException(String reason, byte[] visibility, int errorOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.text.ParseException
getErrorOffset
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
VisibilityParseException
public VisibilityParseException(String reason, byte[] visibility, int errorOffset)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
-