Class InvalidCapturingGroupName
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.chhorz.javadoc.exception.InvalidCapturingGroupName
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidCapturingGroupName extends java.lang.RuntimeException
This exception will be thrown if the group name is not valid (Documentation)- Author:
- chhorz
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidCapturingGroupName(java.lang.String groupName)
-