Environment for
DeveLoping
KDD-Applications
Supported by Index-Structures

de.lmu.ifi.dbs.elki.algorithm
Class AbortException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by de.lmu.ifi.dbs.elki.algorithm.AbortException
All Implemented Interfaces:
Serializable

public class AbortException
extends RuntimeException

Exception for aborting some process and transporting a message.

Author:
Arthur Zimek
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial UID.
 
Constructor Summary
AbortException(String message)
          Exception for aborting some process and transporting a message.
AbortException(String message, Throwable cause)
          Exception for aborting some process and transporting a message.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial UID.

See Also:
Constant Field Values
Constructor Detail

AbortException

public AbortException(String message)
Exception for aborting some process and transporting a message.

Parameters:
message - message to be transported

AbortException

public AbortException(String message,
                      Throwable cause)
Exception for aborting some process and transporting a message.

Parameters:
message - message to be transported
cause - cause of this exception

Release 0.2 (2009-07-06_1820)