org.LexGrid.LexBIG.Exceptions
Class LBParameterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.LexGrid.LexBIG.Exceptions.LBException
org.LexGrid.LexBIG.Exceptions.LBParameterException
- All Implemented Interfaces:
- java.io.Serializable
public class LBParameterException
- extends LBException
The exception to throw when invalid input is provided to a LexBIG service.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
LBParameterException
public LBParameterException(java.lang.String message,
java.lang.String parameterName,
java.lang.String parameterValue)
LBParameterException
public LBParameterException(java.lang.String message,
java.lang.String parameterName)
LBParameterException
public LBParameterException(java.lang.String message)
getParameterName
public java.lang.String getParameterName()
getParameterValue
public java.lang.String getParameterValue()