sugar4j.lang
Class Sugar4jException.ParametersAreNotPairsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sugar4j.lang.Sugar4jException
sugar4j.lang.Sugar4jException.ParametersAreNotPairsException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- Sugar4jException
public static class Sugar4jException.ParametersAreNotPairsException
- extends Sugar4jException
Thrown whenever a parameter array is not empty and does not contain pairs.
- See Also:
- Serialized Form
checkArray
public static void checkArray(Object[] params)
- Checks the given array.
- Parameters:
params -
- Throws:
Sugar4jException.ParametersAreNotPairsException - if the array is not empty and does not contain pairs