de.unihalle.informatik.MiToBo.core.datatypes
Class MTBPolygon2DException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.unihalle.informatik.MiToBo.core.datatypes.MTBPolygon2DException
- All Implemented Interfaces:
- Serializable
@ALDMetaInfo(export=ALLOWED)
public class MTBPolygon2DException
- extends Exception
Exception handling for Polygon2D object.
- Author:
- Danny Misiak
- See Also:
MTBPolygon2D
,
Serialized Form
Method Summary |
String |
getError()
Returns the complete exception message as string. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MTBPolygon2DException
public MTBPolygon2DException()
- Standardconstructor.
MTBPolygon2DException
public MTBPolygon2DException(String msg)
- Constructor for new MTBPolygon2DException with specific message output.
- Parameters:
msg
- exception message
getError
public String getError()
- Returns the complete exception message as string.
- Returns:
- Exception message.
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.