Package org.openstreetmap.josm.data.osm
Class MultipolygonBuilder.JoinedPolygonCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.openstreetmap.josm.data.osm.MultipolygonBuilder.JoinedPolygonCreationException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- MultipolygonBuilder
public static class MultipolygonBuilder.JoinedPolygonCreationException extends java.lang.RuntimeException
An exception indicating an error while joining ways to multipolygon rings.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JoinedPolygonCreationException(java.lang.String message)
Constructs a newJoinedPolygonCreationException
.
-
-
-
Constructor Detail
-
JoinedPolygonCreationException
public JoinedPolygonCreationException(java.lang.String message)
Constructs a newJoinedPolygonCreationException
.- Parameters:
message
- the detail message. The detail message is saved for later retrieval by theThrowable.getMessage()
method
-
-