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