com.faunos.skwish
Class SkwishException

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

public abstract class SkwishException
extends RuntimeException

The root of the library's exception hierarchy.

Author:
Babak Farhang
See Also:
Serialized Form

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

SkwishException

public SkwishException()

SkwishException

public SkwishException(String message)

SkwishException

public SkwishException(Throwable cause)

SkwishException

public SkwishException(String message,
                       Throwable cause)


SourceForge.net Logo