Package io.dialob.program.expr
Class MatcherRegexErrorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.program.ProgramBuilderException
-
- io.dialob.program.expr.MatcherRegexErrorException
-
- All Implemented Interfaces:
Serializable
public class MatcherRegexErrorException extends ProgramBuilderException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MatcherRegexErrorException(String code, String regex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getArgs()StringgetRegex()-
Methods inherited from class io.dialob.program.ProgramBuilderException
getNode, setNode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-