vishnu.model.algebra
Class AlgorithmNotSelectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vishnu.model.algebra.AlgorithmNotSelectedException
All Implemented Interfaces:
java.io.Serializable

public class AlgorithmNotSelectedException
extends java.lang.RuntimeException

Esta excepcion representa la condicion de no haber seleccionado un algoritmo antes de enviar a ejecutar.

Author:
Hernan Rancati
See Also:
Serialized Form
 

Constructor Summary
AlgorithmNotSelectedException()
           
 
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

AlgorithmNotSelectedException

public AlgorithmNotSelectedException()