Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.slide.macro
Class DeleteMacroException  view DeleteMacroException download DeleteMacroException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.slide.common.SlideException
              extended byorg.apache.slide.common.NestedSlideException
                  extended byorg.apache.slide.macro.MacroException
                      extended byorg.apache.slide.macro.DeleteMacroException
All Implemented Interfaces:
java.io.Serializable

public class DeleteMacroException
extends MacroException

Delete macro exception.

Version:
$Revision: 1.7 $

Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class org.apache.slide.common.NestedSlideException
exceptions
 
Fields inherited from class org.apache.slide.common.SlideException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
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, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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.