wicket.util.parse.metapattern
Class GroupNotBoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywicket.util.parse.metapattern.GroupNotBoundException
All Implemented Interfaces:
java.io.Serializable

public final class GroupNotBoundException
extends java.lang.RuntimeException

Thrown if a group is not bound.

Author:
Jonathan Locke
See Also:
Serialized Form

Constructor Summary
GroupNotBoundException()
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GroupNotBoundException

public GroupNotBoundException()
Constructor.



Copyright © 2004-2005 Wicket developers. All Rights Reserved.