cn.gtmap.estateplat.core.ex
类 AppException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 cn.gtmap.estateplat.core.ex.AppException
所有已实现的接口:
ErrorCode, Serializable
直接已知子类:
EncryptException, RealEstateException

public class AppException
extends RuntimeException
implements ErrorCode

.

版本:
V1.0, 13-10-11
作者:
oznyang
另请参见:
序列化表格

字段摘要
 
从接口 cn.gtmap.estateplat.core.ex.ErrorCode 继承的字段
CACHE_EX, CLASS_EX, CUSTOM, DB_EX, ENTITY_EX, ENTITY_EXISTS, ENTITY_NO_ID, ENTITY_NOT_FOUND, ILLEGAL_ARG, ILLEGAL_ARG_FORMAT, ILLEGAL_STATE, IO_EX, MISSING_ARG, MQ_EX, NOT_IMPL, NPE_EX, OOM_ERROR, SERVER_EX, SOCKET_EX, SOF_ERROR, SUCCEED, TPL_EX, UN_SUPPORTED, VALIDATION_EX
 
构造方法摘要
AppException()
           
AppException(int code, Object... args)
           
AppException(String message)
           
AppException(String message, int code, Object... args)
           
AppException(String message, Throwable cause)
           
AppException(String message, Throwable cause, int code, Object... args)
           
AppException(Throwable cause)
           
AppException(Throwable cause, int code, Object... args)
           
 
方法摘要
 Object[] getArgs()
           
 int getCode()
           
 String getId()
           
 String getMessage()
           
 String getSimpleMessage()
           
 String getSourceMessage()
           
 String getStack()
           
 String toString()
           
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

AppException

public AppException()

AppException

public AppException(String message)

AppException

public AppException(Throwable cause)

AppException

public AppException(String message,
                    Throwable cause)

AppException

public AppException(int code,
                    Object... args)

AppException

public AppException(String message,
                    int code,
                    Object... args)

AppException

public AppException(Throwable cause,
                    int code,
                    Object... args)

AppException

public AppException(String message,
                    Throwable cause,
                    int code,
                    Object... args)
方法详细信息

getId

public String getId()

getCode

public int getCode()

getArgs

public Object[] getArgs()

getStack

public String getStack()

getMessage

public String getMessage()
覆盖:
Throwable 中的 getMessage

getSimpleMessage

public String getSimpleMessage()

getSourceMessage

public String getSourceMessage()

toString

public String toString()
覆盖:
Throwable 中的 toString


Copyright © 2015–2018 cn.gtmap. All rights reserved.