Docmosis API 4.5.0

com.docmosis.template.population
Class NoSuchColumnNameException

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

public class NoSuchColumnNameException
extends DataProviderGroupingException

This exception should be used when the data provider population process finds a column in the groupings that does not exist in the result set. It in intended that this exception is only used when the config is set for these data provider populators to fail noisily.

See Also:
Serialized Form

Constructor Summary
NoSuchColumnNameException(String message)
          Create a new exception with a message.
 
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

NoSuchColumnNameException

public NoSuchColumnNameException(String message)
Create a new exception with a message.

Parameters:
message - the error message associated with the exception.

Docmosis API 4.5.0

Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.