name.angoca.db2sa
Class ParameterNullException
java.lang.Object
java.lang.Throwable
java.lang.Exception
name.angoca.db2sa.AbstractDB2SAException
name.angoca.db2sa.ParameterNullException
- All Implemented Interfaces:
- Serializable
public final class ParameterNullException
- extends AbstractDB2SAException
Exception that indicates that a parameter was null.
Control Version
- 1.0.0 Class creation.
- 1.0.1 Error code.
- 1.0.2 Logger and final.
- 1.1.0 Parent exception.
- 1.1.1 New id.
- 1.2.0 getParameterName.
- Version:
- 1.2.0 2009-11-07
- Author:
- Andres Gomez Casanova (AngocA)
- See Also:
- Serialized Form
ParameterNullException
public ParameterNullException(String parameterNameExcep)
- Creates the exception with the name of a parameter.
- Parameters:
parameterNameExcep
- Parameter that was null.
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
getParameterName
public String getParameterName()
- Retrieves the name of the parameter, from which this exception was
raised.
- Returns:
- The parameter name that has a null value.
Andres Gomez Casanova (AngocA) 2009-2010 
This work is licensed under a Creative Commons Attribution 3.0 Unported License.