org.apache.slide.macro
Class MacroException

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

public class MacroException
extends NestedSlideException

Macro exception.

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

Fields inherited from class org.apache.slide.common.NestedSlideException
exceptions
 
Constructor Summary
MacroException(java.lang.String message)
           
 
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

MacroException

public MacroException(java.lang.String message)