com.faunos.skwish
Class SegmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.faunos.skwish.SkwishException
                  extended by com.faunos.skwish.SegmentException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DeleteSetException, IndexException, NotFoundException

public class SegmentException
extends SkwishException

An exception that is specific to a Segment.

Author:
Babak Farhang
See Also:
Serialized Form

Constructor Summary
SegmentException()
           
SegmentException(String message)
           
SegmentException(String message, Throwable cause)
           
SegmentException(Throwable cause)
           
 
Method Summary
 
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

SegmentException

public SegmentException()

SegmentException

public SegmentException(String message)

SegmentException

public SegmentException(Throwable cause)

SegmentException

public SegmentException(String message,
                        Throwable cause)


SourceForge.net Logo