org.eclipse.gmt.modisco.infra.query.core.exception
Class ExecutionEnvironmentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.gmt.modisco.infra.query.core.exception.ModelQueryException
              extended by org.eclipse.gmt.modisco.infra.query.core.exception.ExecutionEnvironmentException
All Implemented Interfaces:
java.io.Serializable

public class ExecutionEnvironmentException
extends ModelQueryException

See Also:
Serialized Form

Constructor Summary
ExecutionEnvironmentException(java.lang.String requiredExecEnv, java.lang.String availableExecEnv)
           
 
Method Summary
 java.lang.String getAvailableExecEnv()
           
 java.lang.String getMessage()
           
 java.lang.String getRequiredExecEnv()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionEnvironmentException

public ExecutionEnvironmentException(java.lang.String requiredExecEnv,
                                     java.lang.String availableExecEnv)
Method Detail

getRequiredExecEnv

public java.lang.String getRequiredExecEnv()

getAvailableExecEnv

public java.lang.String getAvailableExecEnv()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable