info.magnolia.module.admininterface
Class InvalidDialogHandlerException

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

public class InvalidDialogHandlerException
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
InvalidDialogHandlerException(String dialogName)
          Instantiates a new exception.
InvalidDialogHandlerException(String dialogName, 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

InvalidDialogHandlerException

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

Parameters:
dialogName - missing dialog name

InvalidDialogHandlerException

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

Parameters:
dialogName - dialog name
cause - previous exception


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