SpatialMLException

class SpatialMLException(message: String?, cause: Throwable? = null) : Exception

The exception that SpatialML could throw.

Parameters

message

the exception message.

cause

the cause to the exception.

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable? = null)