Class BadInputException

All Implemented Interfaces:
Serializable

public final class BadInputException extends RuntimeException
Exception to throw when input code has caused an error. Includes elements to point to for the cause of the error
See Also:
  • Constructor Details

    • BadInputException

      public BadInputException(String message)
    • BadInputException

      public BadInputException(String message, androidx.room.compiler.processing.XElement badElement)
    • BadInputException

      public BadInputException(String message, Iterable<? extends androidx.room.compiler.processing.XElement> badElements)
  • Method Details

    • getBadElements

      public com.google.common.collect.ImmutableList<androidx.room.compiler.processing.XElement> getBadElements()