Package org.apache.flink.cep.pattern
Class MalformedPatternException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.flink.cep.pattern.MalformedPatternException
-
- All Implemented Interfaces:
Serializable
public class MalformedPatternException extends RuntimeException
An exception used to indicate that aPattern
was not specified correctly.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MalformedPatternException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
MalformedPatternException
public MalformedPatternException(String message)
-
-