OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OptionProcessorException
(Results
1 - 3
of
3
) sorted by null
/external/desugar/java/com/google/devtools/common/options/processor/
OptionProcessorException.java
19
class
OptionProcessorException
extends Exception {
22
OptionProcessorException
(Element element, String message, Object... args) {
27
OptionProcessorException
(Element element, Throwable throwable, String message, Object... args) {
OptionProcessor.java
133
private void checkInOptionBase(VariableElement optionField) throws
OptionProcessorException
{
135
throw new
OptionProcessorException
(optionField, "The field should belong to a class.");
141
throw new
OptionProcessorException
(
155
private void checkModifiers(VariableElement optionField) throws
OptionProcessorException
{
157
throw new
OptionProcessorException
(optionField, "@Option annotated fields should be public.");
160
throw new
OptionProcessorException
(
164
throw new
OptionProcessorException
(
170
throws
OptionProcessorException
{
180
throw new
OptionProcessorException
(
190
throw new
OptionProcessorException
(
[
all
...]
ProcessorUtils.java
37
throws
OptionProcessorException
{
41
throw new
OptionProcessorException
(
52
throw new
OptionProcessorException
(
75
throws
OptionProcessorException
{
95
throw new
OptionProcessorException
(
Completed in 168 milliseconds