org.apache.slide.macro
Class DeleteMacroException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.common.NestedSlideException
                          |
                          +--org.apache.slide.macro.MacroException
                                |
                                +--org.apache.slide.macro.DeleteMacroException
All Implemented Interfaces:
java.io.Serializable

public class DeleteMacroException
extends MacroException

Delete macro exception.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Fields inherited from class org.apache.slide.common.NestedSlideException
exceptions
 
Constructor Summary
DeleteMacroException(java.lang.String message)
          Constructor.
 
Methods inherited from class org.apache.slide.common.NestedSlideException
addException, enumerateExceptions, getExceptionsCount, isEmpty, toString, unpackSingleException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeleteMacroException

public DeleteMacroException(java.lang.String message)
Constructor.