Classes Files

com::wombat::mamda::MamdaDataException

More…

Inherits from RuntimeException, Serializable

Public Functions

  Name
  MamdaDataException(final String message, final Throwable cause)
  MamdaDataException(final Throwable cause)
  MamdaDataException(final String message)

Detailed Description

class com::wombat::mamda::MamdaDataException;

MAMDA data exceptions.

Public Functions Documentation

function MamdaDataException

inline MamdaDataException(
    final String message,
    final Throwable cause
)

Parameters:

  • message the detail message (which is saved for later retrieval by the [getMessage()] method).
  • cause the cause (which is saved for later retrieval by the [getCause()] method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)

Since: 1.4

Constructs a new runtime exception with the specified detail message and cause.

Note that the detail message associated with cause is not automatically incorporated in this runtime exception’s detail message.

function MamdaDataException

inline MamdaDataException(
    final Throwable cause
)

Parameters:

  • cause the cause

Since: 1.4

Constructs a new runtime exception with the specified cause and a detail message. This constructor is useful for runtime exceptions that are little more than wrappers for other throwables.

function MamdaDataException

inline MamdaDataException(
    final String message
)

Parameters:

  • message

Create a [MamdaDataException](classcom_1_1wombat_1_1mamda_1_1MamdaDataException.html) with the specified message.


Updated on 2023-03-31 at 15:30:32 +0100