os.djtagger.exception
Class AbstractException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by os.djtagger.exception.AbstractException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NextActionException, NextFileException, NextTaskException

public abstract class AbstractException
extends java.lang.RuntimeException

See Also:
Serialized Form

Nested Class Summary
static class AbstractException.ContinueOptions
           
 
Constructor Summary
AbstractException(AbstractException.ContinueOptions continueOptions, java.lang.String message)
           
AbstractException(AbstractException.ContinueOptions continueOptions, java.lang.String message, java.lang.Throwable throwable)
           
AbstractException(AbstractException.ContinueOptions continueOptions, java.lang.Throwable throwable)
           
 
Method Summary
 boolean doNextAction()
           
 boolean doNextFile()
           
 boolean doNextTask()
           
 boolean isIrrecoverable()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractException

public AbstractException(AbstractException.ContinueOptions continueOptions,
                         java.lang.String message)

AbstractException

public AbstractException(AbstractException.ContinueOptions continueOptions,
                         java.lang.Throwable throwable)

AbstractException

public AbstractException(AbstractException.ContinueOptions continueOptions,
                         java.lang.String message,
                         java.lang.Throwable throwable)
Method Detail

doNextFile

public boolean doNextFile()

doNextTask

public boolean doNextTask()

doNextAction

public boolean doNextAction()

isIrrecoverable

public boolean isIrrecoverable()


Copyright © 2007-2010 Pointbreak. All Rights Reserved.