程序包 org.hibernate

类 MappingNotFoundException

    • 构造器详细资料

      • MappingNotFoundException

        public MappingNotFoundException​(String customMessage,
                                        String type,
                                        String path,
                                        Throwable cause)
        已过时。
        Constructs a MappingNotFoundException using the given information.
        参数:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
      • MappingNotFoundException

        public MappingNotFoundException​(String customMessage,
                                        String type,
                                        String path)
        已过时。
        Constructs a MappingNotFoundException using the given information.
        参数:
        customMessage - A message explaining the exception condition
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(String type,
                                        String path)
        已过时。
        Constructs a MappingNotFoundException using the given information, using a standard message.
        参数:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
      • MappingNotFoundException

        public MappingNotFoundException​(String type,
                                        String path,
                                        Throwable cause)
        已过时。
        Constructs a MappingNotFoundException using the given information, using a standard message.
        参数:
        type - The type of mapping that could not be found
        path - The path (type specific) of the mapping that could not be found
        cause - The underlying cause
    • 方法详细资料

      • getType

        public String getType()
        已过时。
      • getPath

        public String getPath()
        已过时。