org.objectweb.jac.aspects.gui
Class ViewFactory.UnhandledViewTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.objectweb.jac.aspects.gui.ViewFactory.UnhandledViewTypeException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- ViewFactory
- public static class ViewFactory.UnhandledViewTypeException
- extends RuntimeException
Thrown to indicate that a ViewFactory is unable to build a view
of the given type because no constructor is associated to this
type of view.
- See Also:
ViewFactory.setViewConstructor(String,AbstractMethodItem)
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ViewFactory.UnhandledViewTypeException
public ViewFactory.UnhandledViewTypeException(String viewType)
- Parameters:
viewType
- the type of view that the factory is unable to build.