info.magnolia.module.admininterface
Class InvalidTreeHandlerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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: 41137 $ ($Author: gjoseph $)
Author:
Fabrizio Giustina
See Also:
Serialized Form

Constructor Summary
InvalidTreeHandlerException(String treeName)
          Instantiates a new exception.
InvalidTreeHandlerException(String treeName, 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

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 name
treeName - previous exception


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