Package dagger.hilt.processor.internal
Class ErrorTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dagger.hilt.processor.internal.ErrorTypeException
- All Implemented Interfaces:
Serializable
Exception to throw when a required
Element is or inherits from an error kind.
Includes element to point to for the cause of the error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionErrorTypeException(String message, androidx.room.compiler.processing.XElement badElement) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorTypeException
-
-
Method Details
-
getBadElement
public androidx.room.compiler.processing.XElement getBadElement()
-