org.devyant.decorutils.exceptions
Class DecoratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.devyant.decorutils.exceptions.DecoratorException
All Implemented Interfaces:
java.io.Serializable

public class DecoratorException
extends java.lang.Exception

Thrown when an exception is caught while trying to apply a decorator.

Since:
8/Mar/2005 22:56:23
Version:
$Revision: 1.0$ ($Author: ftavares$)
Author:
Filipe Tavares
See Also:
Serialized Form

Constructor Summary
DecoratorException(java.lang.Throwable root)
          Creates a new DecoratorException instance.
 
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

DecoratorException

public DecoratorException(java.lang.Throwable root)
Creates a new DecoratorException instance.

Parameters:
root - Root excetpion


Copyright © 2005 devyant. All Rights Reserved.