Adempiere 3.5.2a

org.adempiere.exceptions
Class AdempiereException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.adempiere.exceptions.AdempiereException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DBException, PeriodClosedException

public class AdempiereException
extends RuntimeException

Any exception that occurs inside the Adempiere core

Author:
Teo Sarca, SC ARHIPAC SERVICE SRL
See Also:
Serialized Form

Constructor Summary
AdempiereException()
          Default Constructor (saved logger error will be used as message)
AdempiereException(String message)
           
AdempiereException(String message, Throwable cause)
           
AdempiereException(Throwable cause)
           
 
Method Summary
protected  Properties getCtx()
           
 String getLocalizedMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

AdempiereException

public AdempiereException()
Default Constructor (saved logger error will be used as message)


AdempiereException

public AdempiereException(String message)
Parameters:
message -

AdempiereException

public AdempiereException(Throwable cause)
Parameters:
cause -

AdempiereException

public AdempiereException(String message,
                          Throwable cause)
Parameters:
message -
cause -
Method Detail

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getCtx

protected Properties getCtx()

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.