Class ErrorTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dagger.hilt.processor.internal.ErrorTypeException
All Implemented Interfaces:
Serializable

public final class ErrorTypeException extends RuntimeException
Exception to throw when a required
invalid @link
Element
is or inherits from an error kind.

Includes element to point to for the cause of the error

See Also:
  • Constructor Details

    • ErrorTypeException

      public ErrorTypeException(String message, androidx.room.compiler.processing.XElement badElement)
  • Method Details

    • getBadElement

      public androidx.room.compiler.processing.XElement getBadElement()