public class TranslationException extends RuntimeException
| 构造器和说明 |
|---|
TranslationException() |
TranslationException(String message) |
TranslationException(String message,
Throwable cause) |
TranslationException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
TranslationException(Throwable cause) |
public TranslationException()
public TranslationException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public TranslationException(String message)
public TranslationException(Throwable cause)
Copyright © 2025. All rights reserved.