Compiere 3.1

org.compiere.util
Class CompiereUserException

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

public class CompiereUserException
extends Exception

Compiere User Error. Cuased by (lack of) user input/selection. (No program error)

Version:
$Id: CompiereUserError.java,v 1.2 2006/07/30 00:54:35 jjanke Exp $
Author:
Jorg Janke
See Also:
Serialized Form

Constructor Summary
CompiereUserException(String message)
          Compiere User Error
CompiereUserException(String message, String fixHint)
          Compiere User Error
CompiereUserException(String message, Throwable cause)
          CompiereUserError
 
Method Summary
 String getFixHint()
           
 void setFixHint(String fixHint)
          Set Fix Hint
 String toString()
          String Representation
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompiereUserException

public CompiereUserException(String message)
Compiere User Error

Parameters:
message - message

CompiereUserException

public CompiereUserException(String message,
                             String fixHint)
Compiere User Error

Parameters:
message - message
fixHint - fix hint

CompiereUserException

public CompiereUserException(String message,
                             Throwable cause)
CompiereUserError

Parameters:
message -
cause -
Method Detail

getFixHint

public String getFixHint()
Returns:
Returns the fixHint.

setFixHint

public void setFixHint(String fixHint)
Set Fix Hint

Parameters:
fixHint - fix hint

toString

public String toString()
String Representation

Overrides:
toString in class Throwable
Returns:
info

Compiere 3.1

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