Classes Files

com::wombat::mama::MamaFieldTypeException

More…

Inherits from com.wombat.mama.MamaException, RuntimeException

Public Functions

  Name
  MamaFieldTypeException(String message, Throwable cause)
  MamaFieldTypeException(Throwable cause)
  MamaFieldTypeException(String message)

Additional inherited members

Public Functions inherited from com.wombat.mama.MamaException

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

Detailed Description

class com::wombat::mama::MamaFieldTypeException;

Exception thrown when a field is accessed as the incorrect type.

Public Functions Documentation

function MamaFieldTypeException

inline MamaFieldTypeException(
    String message,
    Throwable cause
)

function MamaFieldTypeException

inline MamaFieldTypeException(
    Throwable cause
)

function MamaFieldTypeException

inline MamaFieldTypeException(
    String message
)

Updated on 2023-03-31 at 15:29:43 +0100