Class XdsRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openehealth.ipf.commons.ihe.xds.core.XdsRuntimeException
-
- All Implemented Interfaces:
Serializable
public class XdsRuntimeException extends RuntimeException
- Author:
- Dmytro Rud
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XdsRuntimeException(ErrorCode errorCode, String codeContext, Severity severity, String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodeContext()
ErrorCode
getErrorCode()
String
getLocation()
String
getMessage()
Severity
getSeverity()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-