public class TranslationXLIFFServiceException
extends java.lang.Exception
Modifier and Type | Class and Description |
---|---|
static class |
TranslationXLIFFServiceException.ErrorCode
The Enum ErrorCode.
|
Constructor and Description |
---|
TranslationXLIFFServiceException(java.lang.String message,
java.lang.Throwable throwable,
TranslationXLIFFServiceException.ErrorCode errorCode)
Instantiates a new translation xliff service exception.
|
TranslationXLIFFServiceException(java.lang.String message,
TranslationXLIFFServiceException.ErrorCode errorCode)
Instantiates a new translation xliff service exception.
|
Modifier and Type | Method and Description |
---|---|
TranslationXLIFFServiceException.ErrorCode |
getErrorCode()
Gets the error code.
|
java.lang.String |
getMessage() |
java.lang.String |
toString() |
public TranslationXLIFFServiceException(java.lang.String message, TranslationXLIFFServiceException.ErrorCode errorCode)
message
- the messageerrorCode
- the error codepublic TranslationXLIFFServiceException(java.lang.String message, java.lang.Throwable throwable, TranslationXLIFFServiceException.ErrorCode errorCode)
message
- the messagethrowable
- the throwableerrorCode
- the error codepublic java.lang.String toString()
toString
in class java.lang.Throwable
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public TranslationXLIFFServiceException.ErrorCode getErrorCode()
Copyright © 2010 - 2020 Adobe. All Rights Reserved