cookxml.core.exception
Class CleanupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by cookxml.core.exception.CookXmlException
                  extended by cookxml.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(cookxml.core.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(cookxml.core.DecodeEngine decodeEngine,
                        Throwable throwable,
                        CleanupHook hook)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable