toggle menu
rtron
1.3.0
jvm
switch theme
search in API
rtron-math
/
io.rtron.math.geometry
/
GeometryException
Geometry
Exception
sealed
class
GeometryException
Inheritors
BoundaryRepresentationGenerationError
NotEnoughValidLinearRings
NotEnoughVertices
ValueNotContainedInDomain
Members
Members & Extensions
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
Functions
to
Illegal
State
Exception
Link copied to clipboard
fun
GeometryException
.
toIllegalStateException
(
)
:
IllegalStateException