com.borland.primetime.ide
Class NoViewersException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.borland.primetime.ide.NoViewersException

public class NoViewersException
extends java.lang.RuntimeException

The NoViewersException is thrown when a node is opened in the browser, and there are no NodeViewers registered to display the node type. The node will not be displayed.

See Also:
Serialized Form

Constructor Summary
NoViewersException()
          Constructs a NoViewersException with no message.
NoViewersException(java.lang.String message)
          Constructs a NoViewersException with the specified message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoViewersException

public NoViewersException()
Constructs a NoViewersException with no message.

NoViewersException

public NoViewersException(java.lang.String message)
Constructs a NoViewersException with the specified message.