TuPrologException

open class TuPrologException: RuntimeException

Base class for all tuProlog related exceptions

Fields

Name Description
open message: String?

the detail message string.

open cause: Throwable?

the cause of this exception.

Constructors

<init>

constructor(cause: Throwable?)

Parameters

Name Description
cause: Throwable?

<init>

constructor(message: String?, cause: Throwable?)

Base class for all tuProlog related exceptions

Parameters

Name Description
message: String?

the detail message string.

cause: Throwable?

the cause of this exception.