cookxml.core.exception
Class CleanupException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycookxml.core.exception.CookXmlException
                  extended bycookxml.core.exception.CleanupException
All Implemented Interfaces:
Serializable

public class CleanupException
extends CookXmlException

This exception is thrown by CleanupHook to indicate errors.

Since:
CookXml 2.5
See Also:
CleanupHook, DecodeEngine, Serialized Form

Field Summary
 CleanupHook cleanupHook
          The CleanupHook that caused the problem.
 
Fields inherited from class cookxml.core.exception.CookXmlException
cookXml, decodeEngine
 
Constructor Summary
CleanupException(DecodeEngine decodeEngine, Throwable throwable, CleanupHook hook)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class cookxml.core.exception.CookXmlException
getProperty, setProperty
 
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
 

Field Detail

cleanupHook

public final CleanupHook cleanupHook
The CleanupHook that caused the problem.

Constructor Detail

CleanupException

public CleanupException(DecodeEngine decodeEngine,
                        Throwable throwable,
                        CleanupHook hook)
Method Detail

toString

public String toString()