Package io.deephaven.importers
Class ParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.importers.ParseException
- All Implemented Interfaces:
Serializable
Exception class to be thrown by subclasses when an error is encountered while parsing input.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionParseException(@NotNull String message) protectedParseException(@NotNull String message, @NotNull Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParseException
- Parameters:
message- the message to include in the exception
-
ParseException
-