Class Analyser.CannotGenerateCodeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.inferred.freebuilder.processor.Analyser.CannotGenerateCodeException
- All Implemented Interfaces:
Serializable
- Enclosing class:
Analyser
Thrown when a FreeBuilder type cannot have a Builder type generated, for instance if
it is private.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CannotGenerateCodeException
public CannotGenerateCodeException()
-