org.hackystat.projectbrowser.page.trajectory.dtw
Class DTWException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.hackystat.projectbrowser.page.trajectory.dtw.DTWException
All Implemented Interfaces:
java.io.Serializable

public class DTWException
extends java.lang.Exception

The DTW package-specific exception.

Author:
Pavel Senin.
See Also:
Serialized Form

Constructor Summary
DTWException(java.lang.String description)
          Constructor.
 
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
 

Constructor Detail

DTWException

public DTWException(java.lang.String description)
Constructor.

Parameters:
description - The problem description.