de.lmu.ifi.dbs.elki.utilities.exceptions
Class AbortException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.lmu.ifi.dbs.elki.utilities.exceptions.AbortException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- APIViolationException
public class AbortException
- extends RuntimeException
Exception for aborting some process and transporting a message.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- Serial UID.
- See Also:
- Constant Field Values
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 transportedcause
- cause of this exception