at.tuwien.ifs.feature.extraction.audio.distance
Class MetricException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by at.tuwien.ifs.feature.extraction.audio.distance.MetricException
All Implemented Interfaces:
java.io.Serializable

public class MetricException
extends java.lang.Exception

Is thrown if vectors with different dimensionalities are subject to mathematical operations.

Version:
$Id: MetricException.java 155 2010-06-16 15:45:39Z frank $
Author:
mbach
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Constructor Summary
MetricException()
          Constructs a new exception with null as its detail message.
MetricException(java.lang.String message)
          Constructs a new exception with the specified detail 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
See Also:
Constant Field Values
Constructor Detail

MetricException

public MetricException()
Constructs a new exception with null as its detail message.


MetricException

public MetricException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message. The detail message is saved for later retrieval by the getMessage() method.