Package dagger.hilt.processor.internal
Class BadInputException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dagger.hilt.processor.internal.BadInputException
- All Implemented Interfaces:
Serializable
Exception to throw when input code has caused an error.
Includes elements to point to for the cause of the error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBadInputException(String message) BadInputException(String message, androidx.room.compiler.processing.XElement badElement) BadInputException(String message, Iterable<? extends androidx.room.compiler.processing.XElement> badElements) -
Method Summary
Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableList<androidx.room.compiler.processing.XElement>Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadInputException
-
BadInputException
-
BadInputException
-
-
Method Details
-
getBadElements
public com.google.common.collect.ImmutableList<androidx.room.compiler.processing.XElement> getBadElements()
-