Class ModuleNotExistsException

All Implemented Interfaces:
Serializable

public class ModuleNotExistsException extends InternalErrorException
This exception is thrown when the virtual attribute module for an attribute does not exist
Author:
Slavek Licehammer
See Also:
  • Constructor Details

    • ModuleNotExistsException

      public ModuleNotExistsException(String message)
      Simple constructor with a message
      Parameters:
      message - message with details about the cause
    • ModuleNotExistsException

      public ModuleNotExistsException(String message, Throwable cause)
      Constructor with a message and Throwable object
      Parameters:
      message - message with details about the cause
      cause - Throwable that caused throwing of this exception
    • ModuleNotExistsException

      public ModuleNotExistsException(Throwable cause)
      Constructor with a Throwable object
      Parameters:
      cause - Throwable that caused throwing of this exception