com.deltaxml.odf
Class OdfLicenseContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.deltaxml.odf.OdfException
              extended by com.deltaxml.odf.OdfLicensingException
                  extended by com.deltaxml.odf.OdfLicenseContentException
All Implemented Interfaces:
Serializable

public class OdfLicenseContentException
extends OdfLicensingException

An exception indicating that there was a problem with the license used to activate the software. This exception will be thrown when the license file cannot be loaded into a java.util.Properties object or if required keys cannot be found.

See Also:
Serialized Form

Constructor Summary
OdfLicenseContentException(String message, String product)
          Constructs a new OdfLicenseContentException
 
Method Summary
 
Methods inherited from class com.deltaxml.odf.OdfLicensingException
getProduct
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OdfLicenseContentException

public OdfLicenseContentException(String message,
                                  String product)
Constructs a new OdfLicenseContentException

Parameters:
message - a message providing further details of the problem
product - the ODF product for which the license content is invalid


© 2001-2009 DeltaXML Ltd. All Rights Reserved.