Class IllegalExtensionException

All Implemented Interfaces:
Serializable

public class IllegalExtensionException extends EolRuntimeException
Exception for illegal extensions for EUnit listeners.
Version:
1.0
Author:
Antonio Garcia-Dominguez
See Also:
  • Constructor Details

    • IllegalExtensionException

      public IllegalExtensionException(String message)
    • IllegalExtensionException

      public IllegalExtensionException(String message, ModuleElement ast)
    • IllegalExtensionException

      public IllegalExtensionException(Throwable cause)
  • Method Details