com.esf.device.serial.comm.service
Class ParameterInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.esf.device.serial.comm.service.ParameterInvalidException
All Implemented Interfaces:
java.io.Serializable

public class ParameterInvalidException
extends java.lang.Exception

Parameter did not pass validation testing.

Author:
matt.demaree
See Also:
Serialized Form

Constructor Summary
ParameterInvalidException()
          Create an instance with no message about why the Exception was thrown.
ParameterInvalidException(java.lang.String str)
          Create an instance with a message about why the Exception was thrown.
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterInvalidException

public ParameterInvalidException()
Create an instance with no message about why the Exception was thrown.


ParameterInvalidException

public ParameterInvalidException(java.lang.String str)
Create an instance with a message about why the Exception was thrown.

Parameters:
str - A detailed message explaining the reason for the Exception.