org.apache.slide.macro
Class CopyMacroException

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.CopyMacroException
All Implemented Interfaces:
java.io.Serializable

public class CopyMacroException
extends MacroException

Copy 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
CopyMacroException(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

CopyMacroException

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