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 a Pattern was not specified correctly.
See Also:
  • Constructor Details

    • MalformedPatternException

      public MalformedPatternException(String message)