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

Constructor Summary
ViewFactory.UnhandledViewTypeException(String viewType)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewFactory.UnhandledViewTypeException

public ViewFactory.UnhandledViewTypeException(String viewType)
Parameters:
viewType - the type of view that the factory is unable to build.