info.magnolia.module.admininterface
Class InvalidTreeHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
info.magnolia.module.admininterface.InvalidTreeHandlerException
- All Implemented Interfaces:
- Serializable
public class InvalidTreeHandlerException
- extends RuntimeException
Runtime Exception thrown when a tree 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 |
InvalidTreeHandlerException
public InvalidTreeHandlerException(String treeName)
- Instantiates a new exception. Use this constructor when configuration is missing.
- Parameters:
treeName
- missing tree name
InvalidTreeHandlerException
public InvalidTreeHandlerException(String treeName,
Throwable cause)
- Instantiates a new exception. Use this constructor when the tree handler can't be instantiated due to a previous
exception.
- Parameters:
treeName
- tree nametreeName
- previous exception
Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.