Class HigsonMappingException

All Implemented Interfaces:
Serializable

public class HigsonMappingException extends HigsonRuntimeException
Exception thrown when mapping configuration is invalid.
Author:
przemek hertel
See Also:
  • Constructor Details

    • HigsonMappingException

      public HigsonMappingException(String msg)
  • Method Details

    • getMessage

      public String getMessage()
      Description copied from class: HigsonRuntimeException
      Special construction of a message, that combines super.getMessage() with defined this.getCause(). It's null safe.
      Overrides:
      getMessage in class HigsonRuntimeException
      Returns:
      detailed messages with cause, if provided