Docmosis API 2.1.0

com.docmosis.template.population
Class DataProviderKeyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.docmosis.template.population.DataProviderKeyException
All Implemented Interfaces:
Serializable

public class DataProviderKeyException
extends Exception

An exception used when attempting to use malformed data provider keys to represent a call to a hierarchical data provider structure.

See Also:
Serialized Form

Constructor Summary
DataProviderKeyException(String erroneousKey)
          Create a new exception.
 
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

DataProviderKeyException

public DataProviderKeyException(String erroneousKey)
Create a new exception.

Parameters:
erroneousKey - the key that was in error. The message will be automatically generated based on this parameter.

Docmosis API 2.1.0

Copyright © 2007 Docmosis. All Rights Reserved.