edu.jhu.ece.iacl.jist.pipeline
Class AlgorithmRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.jhu.ece.iacl.jist.pipeline.AlgorithmRuntimeException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmRuntimeException
extends java.lang.Exception

Algorithm Runtime Exception for error that occurs when running an algorithm.

Author:
Blake Lucas
See Also:
Serialized Form

Constructor Summary
AlgorithmRuntimeException(java.lang.String message)
          Default constructor.
 
Method Summary
 java.lang.String getMessage()
          Get error message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

AlgorithmRuntimeException

public AlgorithmRuntimeException(java.lang.String message)
Default constructor.

Parameters:
message - the message
Method Detail

getMessage

public java.lang.String getMessage()
Get error message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
the message