info.magnolia.module.admininterface
Class InvalidDialogPageHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by info.magnolia.module.admininterface.InvalidDialogPageHandlerException
All Implemented Interfaces:
Serializable

public class InvalidDialogPageHandlerException
extends RuntimeException

Runtime Exception thrown when a dialog handler can't be instantiated.

Version:
$Revision: 41137 $ ($Author: gjoseph $)
Author:
Fabrizio Giustina
See Also:
Serialized Form

Constructor Summary
InvalidDialogPageHandlerException(String pageName)
          Instantiates a new exception.
InvalidDialogPageHandlerException(String pageName, Throwable cause)
          Instantiates a new exception.
 
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

InvalidDialogPageHandlerException

public InvalidDialogPageHandlerException(String pageName)
Instantiates a new exception. Use this constructor when configuration is missing.

Parameters:
pageName - missing dialog name

InvalidDialogPageHandlerException

public InvalidDialogPageHandlerException(String pageName,
                                         Throwable cause)
Instantiates a new exception. Use this constructor when the dialog handler can't be instantiated due to a previous exception.

Parameters:
pageName - dialog name
cause - previous exception


Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.