Class GroupNotBoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.util.parse.metapattern.GroupNotBoundException
-
- All Implemented Interfaces:
Serializable
public final class GroupNotBoundException extends RuntimeException
Thrown if a group is not bound.- Author:
- Jonathan Locke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupNotBoundException()
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
-
GroupNotBoundException
public GroupNotBoundException()
Constructor.
-
-