vishnu.model.algebra
Class AlgorithmFactory.UnavailableAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by vishnu.model.algebra.AlgorithmFactory.UnavailableAlgorithmException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
AlgorithmFactory

public static class AlgorithmFactory.UnavailableAlgorithmException
extends java.lang.RuntimeException

Esta clase modela la condicion de no haber un algoritmo disponible para una relacion dada. Se arroja, en general, UnavailableAlgorithmException en caso de no haber un algoritmo disponible para la relacion dada.

See Also:
Serialized Form
 

Constructor Summary
AlgorithmFactory.UnavailableAlgorithmException()
           
 
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

AlgorithmFactory.UnavailableAlgorithmException

public AlgorithmFactory.UnavailableAlgorithmException()