rtron
1.3.0
rtron-math
/
io.rtron.math.geometry
/
GeometryException
Geometry
Exception
sealed
class
GeometryException
Types
Properties
Extensions
Inheritors
Types
Boundary
Representation
Generation
Error
Link copied to clipboard
data
class
BoundaryRepresentationGenerationError
(
val
reason
:
String
)
:
GeometryException
Not
Enough
Valid
Linear
Rings
Link copied to clipboard
data
class
NotEnoughValidLinearRings
(
val
suffix
:
String
=
""
)
:
GeometryException
Not
Enough
Vertices
Link copied to clipboard
data
class
NotEnoughVertices
(
val
suffix
:
String
=
""
)
:
GeometryException
Value
Not
Contained
In
Domain
Link copied to clipboard
data
class
ValueNotContainedInDomain
(
val
value
:
Double
)
:
GeometryException
Properties
exception
Identifier
Link copied to clipboard
val
exceptionIdentifier
:
String
message
Link copied to clipboard
val
message
:
String
Inheritors
BoundaryRepresentationGenerationError
Link copied to clipboard
NotEnoughValidLinearRings
Link copied to clipboard
NotEnoughVertices
Link copied to clipboard
ValueNotContainedInDomain
Link copied to clipboard
Extensions
to
Illegal
State
Exception
Link copied to clipboard
fun
GeometryException
.
toIllegalStateException
(
)
:
IllegalStateException