public class ExceptionLogicParameters
extends java.lang.RuntimeException
Constructor and Description |
---|
ExceptionLogicParameters(boolean inputsRelated,
int expected,
int found)
the constuctor of exception has boolean inputsRelated, the int expected and the int found
|
Modifier and Type | Method and Description |
---|---|
int |
getExpected()
Returns the expected value of this exception
|
int |
getFound()
Returns the found value of this exception
|
boolean |
getInputsRelated()
Returns the inputsRelated value of this exception
|
void |
setExpected(int expected)
set the expected to this expected value
|
void |
setFound(int found)
set the found to this expected found
|
void |
setInputsRelated(boolean inputsRelated)
set the inputsRelated to this inputsRelated value
|
java.lang.String |
toString()
toString is the message of this exception
|
public ExceptionLogicParameters(boolean inputsRelated, int expected, int found)
public java.lang.String toString()
toString
in class java.lang.Throwable
public boolean getInputsRelated()
public int getExpected()
public int getFound()
public void setInputsRelated(boolean inputsRelated)
public void setExpected(int expected)
public void setFound(int found)