org.apache.wicket.util.parse.metapattern
Class GroupNotBoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
GroupNotBoundException()
          Constructor.
 
Method Summary
 
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-2011 Apache Software Foundation. All Rights Reserved.