© 2006-2007 ETH Zurich

org.ximtec.igesture.algorithm
Class AlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ximtec.igesture.algorithm.AlgorithmException
All Implemented Interfaces:
Serializable

public class AlgorithmException
extends Exception

Exception thrown by algorithms.

Version:
1.0 Nov 2006
Author:
Ueli Kurmann, igesture@uelikurmann.ch, Beat Signer, signer@inf.ethz.ch
See Also:
Serialized Form

Nested Class Summary
static class AlgorithmException.ExceptionType
           
 
Constructor Summary
AlgorithmException(AlgorithmException.ExceptionType exceptionType)
           
AlgorithmException(AlgorithmException.ExceptionType exceptionType, Throwable throwable)
           
 
Method Summary
 String getMessage()
           
 
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

AlgorithmException

public AlgorithmException(AlgorithmException.ExceptionType exceptionType,
                          Throwable throwable)

AlgorithmException

public AlgorithmException(AlgorithmException.ExceptionType exceptionType)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

© 2006-2007 ETH Zurich

Copyright © 2007-2010 Global Information Systems Group, ETH Zurich. All Rights Reserved.