os.djtagger.exception
Class AbstractException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
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 |
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)
doNextFile
public boolean doNextFile()
doNextTask
public boolean doNextTask()
doNextAction
public boolean doNextAction()
isIrrecoverable
public boolean isIrrecoverable()
Copyright © 2007-2010 Pointbreak. All Rights Reserved.