java.lang.Object
java.lang.Throwable
java.lang.Exception
de.linusdev.data.parser.exceptions.ParseException
de.linusdev.data.parser.exceptions.ParseValueException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionParseValueException(@Nullable Exception e, @Nullable String value, @NotNull ParseTracker tracker) -
Method Summary
Methods inherited from class de.linusdev.data.parser.exceptions.ParseException
getParseTrackerMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseValueException
public ParseValueException(@Nullable @Nullable Exception e, @Nullable @Nullable String value, @NotNull @NotNull ParseTracker tracker)
-
-
Method Details
-
getMessage
- Overrides:
getMessagein classThrowable
-