| Package | Description |
|---|---|
| org.diet4j.core | |
| org.diet4j.runjunit |
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleActivationException
This Exception is thrown if Module activation was unsuccessful.
|
class |
ModuleDeactivationException
This Exception is thrown if Module deactivation was unsuccessful.
|
class |
ModuleNotFoundException
This Exception is thrown if we cannot find a Module whose ModuleMeta we have.
|
class |
ModuleResolutionCandidateNotUniqueException
This Exception indicates that a ModuleRequirement could not be resolved into
a single resolution candidate.
|
class |
ModuleResolutionException
This Exception indicates that a Module cannot be resolved.
|
class |
ModuleRunException
This exception indicates that a Module's specified run method was invoked, but
that the method threw an exception
|
class |
NoModuleResolutionCandidateException
This Exception indicates that a ModuleRequirement could not be resolved into
a single resolution candidate.
|
class |
NoRunMethodException
This exception indicates that a Module's specified run method was invoked, but
that the method could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Main.main(String[] args)
Main method.
|
Copyright © 2018. All rights reserved.