Class HStoreParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.text.ParseException
-
- org.zalando.typemapper.parser.exception.HStoreParseException
-
- All Implemented Interfaces:
Serializable
public class HStoreParseException extends ParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HStoreParseException(String s, int errorOffset)
-
Method Summary
-
Methods inherited from class java.text.ParseException
getErrorOffset
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
HStoreParseException
public HStoreParseException(String s, int errorOffset)
-
-