Package ru.funsys.avalanche
Class AvalancheRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ru.funsys.avalanche.AvalancheRuntimeException
-
- All Implemented Interfaces:
Serializable
public class AvalancheRuntimeException extends RuntimeException
- Author:
- Валерий Лиховских
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AvalancheRuntimeException(String errorCode, Object[] parameters)
AvalancheRuntimeException(String errorCode, Object[] parameters, Throwable throwable)
AvalancheRuntimeException(String errorCode, Object[] parameters, Throwable throwable, boolean enableSuppression, boolean writeableStackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getLocalizedMessage()
String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AvalancheRuntimeException
public AvalancheRuntimeException(String errorCode, Object[] parameters)
- Parameters:
errorCode
- код сообщения об ошибкеparameters
- параметры, подставляемые в сообщение об ошибке
-
AvalancheRuntimeException
public AvalancheRuntimeException(String errorCode, Object[] parameters, Throwable throwable)
- Parameters:
errorCode
- код сообщения об ошибкеparameters
- параметры, подставляемые в сообщение об ошибкеthrowable
- первичное исключение
-
AvalancheRuntimeException
public AvalancheRuntimeException(String errorCode, Object[] parameters, Throwable throwable, boolean enableSuppression, boolean writeableStackTrace)
- Parameters:
errorCode
- код сообщения об ошибкеparameters
- параметры, подставляемые в сообщение об ошибкеthrowable
- первичное исключениеenableSuppression
- включено или отключено подавлениеwriteableStackTrace
- должна ли быть записана трассировка стека
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getCode
public String getCode()
-
-