com.faunos.skwish.sys.filters
Class DeleteSetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.faunos.skwish.SkwishException
com.faunos.skwish.SegmentException
com.faunos.skwish.sys.filters.DeleteSetException
- All Implemented Interfaces:
- Serializable
public class DeleteSetException
- extends SegmentException
Exception thrown by the DeleteSet
class.
- Author:
- Babak Farhang
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeleteSetException
public DeleteSetException()
DeleteSetException
public DeleteSetException(String message)
DeleteSetException
public DeleteSetException(Throwable cause)
DeleteSetException
public DeleteSetException(String message,
Throwable cause)