public class MTBPolygon2DException extends Exception
MTBPolygon2D,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
private String |
error
Exception error message.
|
| Constructor and Description |
|---|
MTBPolygon2DException()
Standardconstructor.
|
MTBPolygon2DException(String msg)
Constructor for new MTBPolygon2DException with specific message output.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getError()
Returns the complete exception message as string.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate String error
public MTBPolygon2DException()
public MTBPolygon2DException(String msg)
msg - exception messagepublic String getError()
Copyright © 2010–2025 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.