Class GroupAlreadyBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.util.parse.metapattern.GroupAlreadyBoundException
-
- All Implemented Interfaces:
Serializable
public final class GroupAlreadyBoundException extends RuntimeException
Thrown if an attempt is made to re-bind a Group to a second capturing group or MetaPattern.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupAlreadyBoundException()
Constructor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
GroupAlreadyBoundException
public GroupAlreadyBoundException()
Constructor.
-
-