Class Balancing.MisplacedDirective
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.immutables.generator.processor.Balancing.MisplacedDirective
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- Balancing
private static final class Balancing.MisplacedDirective extends java.lang.RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private Trees.Directivedirectiveprivate Balancing.Scopescope
-
Constructor Summary
Constructors Constructor Description MisplacedDirective(Balancing.Scope scope, Trees.Directive directive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMessage()
-
-
-
Field Detail
-
directive
private final Trees.Directive directive
-
scope
private final Balancing.Scope scope
-
-
Constructor Detail
-
MisplacedDirective
MisplacedDirective(Balancing.Scope scope, Trees.Directive directive)
-
-