public class TooManyInitClassesException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected String |
_fullInitClassName |
protected List<AndHowCompileProcessor.CauseEffect> |
_instances |
| Constructor and Description |
|---|
TooManyInitClassesException(String fullInitClassName,
List<AndHowCompileProcessor.CauseEffect> instances) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getInstanceNames() |
String |
getMessage() |
void |
writeDetails(AndHowLog log) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected List<AndHowCompileProcessor.CauseEffect> _instances
protected String _fullInitClassName
public TooManyInitClassesException(String fullInitClassName, List<AndHowCompileProcessor.CauseEffect> instances)
Copyright © 2017. All rights reserved.