info.magnolia.module.admininterface
Class InvalidDialogPageHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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$ ($Author$)
- Author:
- Fabrizio Giustina
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 namecause
- previous exception
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.