Compiere 3.1

org.compiere.util
Class CompiereValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by org.compiere.util.CompiereValueException
All Implemented Interfaces:
Serializable

public class CompiereValueException
extends IllegalArgumentException

Compiere Data Value Exception

Version:
$Id$
Author:
Jorg Janke
See Also:
Serialized Form

Constructor Summary
CompiereValueException(String ColumnName, Object Value, String message)
          Compiere Value Exception
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompiereValueException

public CompiereValueException(String ColumnName,
                              Object Value,
                              String message)
Compiere Value Exception

Parameters:
ColumnName - column
Value - new value
message - error message

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.