public abstract class SMEVProcessingException extends SMEVException
Constructor and Description |
---|
SMEVProcessingException(String code)
Instantiates a new Smev processing exception.
|
SMEVProcessingException(String message,
String code)
Instantiates a new Smev processing exception.
|
SMEVProcessingException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
String code)
Instantiates a new Smev processing exception.
|
SMEVProcessingException(String message,
Throwable cause,
String code)
Instantiates a new Smev processing exception.
|
SMEVProcessingException(Throwable cause,
String code)
Instantiates a new Smev processing exception.
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
reThrowCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SMEVProcessingException(String code)
code
- the codepublic SMEVProcessingException(String message, String code)
message
- the messagecode
- the codepublic SMEVProcessingException(String message, Throwable cause, String code)
message
- the messagecause
- the causecode
- the codepublic SMEVProcessingException(Throwable cause, String code)
cause
- the causecode
- the codepublic SMEVProcessingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace, String code)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack tracecode
- the codepublic String getCode()
Copyright © 2017. All rights reserved.