Class MappingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousBaseClassException, BaseClassNotFoundException, InvalidRelationshipTargetException

public class MappingException extends RuntimeException
Specialised RuntimeException thrown when an unrecoverable issue occurs when mapping between objects and graphs.
Author:
Adam George
See Also:
  • Constructor Details

    • MappingException

      public MappingException(String reasonMessage, Exception cause)
      Constructs a new MappingException with the given reason message and cause.
      Parameters:
      reasonMessage - A message explaining the reason for this exception
      cause - The underlying Exception that was the root cause of the problem
    • MappingException

      public MappingException(String message)
      Constructs a new MappingException with the given message.
      Parameters:
      message - A message describing the reason for this exception