Class IGParameterException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.inria.rules.integraal.configuration.parameters.IGParameterException
All Implemented Interfaces:
Serializable

public class IGParameterException extends Exception
Exception for errors caused by inconsistent use of the IGParameter record with respect to InteGraalKeywords.
Author:
Pierre Bisquert, Michel Leclère
See Also:
  • Constructor Details

    • IGParameterException

      public IGParameterException(String errorMessage)
      Creates a new instance of IGParameterException with the specified errorMessage.
      Parameters:
      errorMessage - The detailed message of the exception.