edu.upc.dama.dex.core
Class EvaluationVersionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by edu.upc.dama.dex.core.EvaluationVersionException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationVersionException
extends java.lang.RuntimeException

Thrown when the evaluation version of DEX has been violated.

The evaluation version of DEX is limited in the number of nodes and the number of RGraphs.

This is a unchecked exception

See Also:
Serialized Form
Author:
Sparsity Technologies

Constructor Summary
EvaluationVersionException()
          Creates a new instance of EvaluationVersionException
 
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

EvaluationVersionException

public EvaluationVersionException()
Creates a new instance of EvaluationVersionException