Class PatternDoesNotMatchAnythingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.curiousoddman.rgxgen.parsing.dflt.RgxGenParseException
-
- com.github.curiousoddman.rgxgen.parsing.dflt.PatternDoesNotMatchAnythingException
-
- All Implemented Interfaces:
Serializable
public class PatternDoesNotMatchAnythingException extends RgxGenParseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PatternDoesNotMatchAnythingException(String s)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PatternDoesNotMatchAnythingException
public PatternDoesNotMatchAnythingException(String s)
-
-