net.sourceforge.jsxe
Class UnrecognizedPluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.jsxe.UnrecognizedPluginException
All Implemented Interfaces:
Serializable

public class UnrecognizedPluginException
extends RuntimeException

Signals that an unrecognized DocumentView has been requested.

Version:
$Id: UnrecognizedPluginException.java 922 2006-06-08 19:46:55Z ian_lewis $
Author:
Ian Lewis
See Also:
DocumentView, Serialized Form

Constructor Summary
UnrecognizedPluginException(String type)
           
 
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

UnrecognizedPluginException

public UnrecognizedPluginException(String type)