public class XBValueVioException extends XBConsVioException
Constructor and Description |
---|
XBValueVioException(boolean value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
XBValueVioException(double value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
XBValueVioException(float value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
XBValueVioException(int value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
XBValueVioException(long value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
XBValueVioException(java.lang.Object value)
Creates exception object with standard message:
"value of <value> violates defined constraint."
|
public XBValueVioException(boolean value)
public XBValueVioException(int value)
public XBValueVioException(long value)
public XBValueVioException(float value)
public XBValueVioException(double value)
public XBValueVioException(java.lang.Object value)