com.docmosis.template.population
Class NoSuchColumnNameException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.docmosis.template.population.DataProviderGroupingException
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchColumnNameException
public NoSuchColumnNameException(String message)
- Create a new exception with a message.
- Parameters:
message
- the error message associated with the exception.
Copyright © 2014 Docmosis Pty Ltd. All Rights Reserved.