Package | Description |
---|---|
org.metawidget.iface |
Root interface.
|
org.metawidget.inspectionresultprocessor.iface |
Inspection Result Processors: root interface.
|
org.metawidget.inspector.iface |
Inspectors: root interface.
|
org.metawidget.layout.iface |
Layout: root interface.
|
org.metawidget.widgetbuilder.iface |
Widget Builders: root interface.
|
org.metawidget.widgetprocessor.iface |
Widget Processors: root interface.
|
Modifier and Type | Method and Description |
---|---|
static MetawidgetException |
MetawidgetException.newException(String message)
Static constructor.
|
static MetawidgetException |
MetawidgetException.newException(String message,
Throwable cause)
Static constructor.
|
static MetawidgetException |
MetawidgetException.newException(Throwable cause)
Static constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
InspectionResultProcessorException
Any exception that occurs during inspection result processing.
|
Modifier and Type | Class and Description |
---|---|
class |
InspectorException
Any exception that occurs during inspection.
|
Modifier and Type | Class and Description |
---|---|
class |
LayoutException
Any exception that occurs during layout.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetBuilderException
Any exception that occurs during widget building.
|
Modifier and Type | Class and Description |
---|---|
class |
WidgetProcessorException
Any exception that occurs during widget processing.
|
Copyright © 2015. All Rights Reserved.