net.sourceforge.wohenchan.convert
Class AbortSearchException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.sourceforge.wohenchan.convert.AbortSearchException
All Implemented Interfaces:
java.io.Serializable

public class AbortSearchException
extends java.lang.Exception

Search Aborted exception

Version:
$Name: $ $Date: 2003/08/19 16:23:39 $
Author:
$Author: wtanaka $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
AbortSearchException()
          No-arg constructor.
AbortSearchException(java.lang.String msg)
          AbortSearchException constructor, with detail message
 
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

AbortSearchException

public AbortSearchException(java.lang.String msg)
AbortSearchException constructor, with detail message

Parameters:
msg - the message to associate with this assertion failure.

AbortSearchException

public AbortSearchException()
No-arg constructor. You should really be using the string constructor instead, in order to give the person finding out about this assertion some sort of information.