public class GArithmeticException extends GException
Constructor and Description |
---|
GArithmeticException(String message)
Constructor with only one String as argument.
|
GArithmeticException(String message,
Throwable cause)
Constructor when propagating another exception.
|
GArithmeticException(Throwable cause)
Constructor when propagating another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GArithmeticException(String message)
message
- error message.public GArithmeticException(Throwable cause)
cause
- of the exception.Copyright © 2024. All rights reserved.