Compiere 3.1

org.compiere.util
Class CompiereSystemException

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

public class CompiereSystemException
extends Exception

Compiere System Error. Error caused by invalid configurations, etc. (No program error)

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

Constructor Summary
CompiereSystemException(String message)
          Compiere System Error
CompiereSystemException(String message, Object detail)
          Compiere System Error
CompiereSystemException(String message, Throwable cause)
          Compiere System Error
 
Method Summary
 Object getDetail()
           
 void setDetail(Object detail)
           
 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

CompiereSystemException

public CompiereSystemException(String message)
Compiere System Error

Parameters:
message - message

CompiereSystemException

public CompiereSystemException(String message,
                               Object detail)
Compiere System Error

Parameters:
message - message
detail - detail

CompiereSystemException

public CompiereSystemException(String message,
                               Throwable cause)
Compiere System Error

Parameters:
message -
cause -
Method Detail

getDetail

public Object getDetail()
Returns:
Returns the detail.

setDetail

public void setDetail(Object detail)
Parameters:
detail - The detail to set.

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.