public class GenericException extends RuntimeException
| 构造器和说明 |
|---|
GenericException() |
GenericException(String exceptionClass,
String exceptionMessage) |
GenericException(Throwable cause) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getExceptionClass() |
String |
getExceptionMessage() |
void |
setExceptionClass(String exceptionClass) |
void |
setExceptionMessage(String exceptionMessage) |
public GenericException()
public GenericException(Throwable cause)
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.