public class FieldDoesNotHaveDimensionException extends Exception
Constructor and Description |
---|
FieldDoesNotHaveDimensionException(String fieldName,
int[] arrayPos,
Object solutionObtainedReducingDimensions)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Object |
getSolutionObtainedReducingDimensions()
Returns the corrected field.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FieldDoesNotHaveDimensionException(String fieldName, int[] arrayPos, Object solutionObtainedReducingDimensions)
fieldName
- The name of the data field that caused the exception.arrayPos
- The indices belonging to this field
at the time of the exception.solutionObtainedReducingDimensions
- The corrected field.public Object getSolutionObtainedReducingDimensions()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.