org.openxml.x3p
Class PublisherTargetNotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openxml.x3p.PublisherTargetNotSupportedException

public class PublisherTargetNotSupportedException
extends java.lang.Exception

Exception thrown when the requested publisher cannot be created because the target is not supported by any registered publisher.

Version:
$Revision: 1.2 $ $Date: 1999/04/12 06:12:44 $
Author:
Assaf Arkin
See Also:
PublisherFactory, PublisherTarget, Serialized Form

Constructor Summary
PublisherTargetNotSupportedException(java.lang.String 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

PublisherTargetNotSupportedException

public PublisherTargetNotSupportedException(java.lang.String message)