Package org.apache.flink.api.common.io
Class ParseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.api.common.io.ParseException
-
- All Implemented Interfaces:
Serializable
@PublicEvolving public class ParseException extends RuntimeException
Exception indicating that the parsing of input contents has failed because the data does not match the configured parser.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParseException()
ParseException(String message)
ParseException(String message, Throwable cause)
ParseException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-