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