wicket
Class ApplicationFactoryCreationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bywicket.WicketRuntimeException
                  extended bywicket.ApplicationFactoryCreationException
All Implemented Interfaces:
java.io.Serializable

public class ApplicationFactoryCreationException
extends WicketRuntimeException

Thrown when the IWebApplicationFactory cannot be created for some reason.

Author:
Seth Ladd
See Also:
Serialized Form

Constructor Summary
ApplicationFactoryCreationException(java.lang.String appFactoryClassName, java.lang.Exception e)
          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

ApplicationFactoryCreationException

public ApplicationFactoryCreationException(java.lang.String appFactoryClassName,
                                           java.lang.Exception e)
Constructor.

Parameters:
appFactoryClassName - name of the application factory
e - the cause for the creation problem


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