类 UnloadedException

所有已实现的接口:
Serializable

public class UnloadedException extends RuntimeException
When get the property value of immutable object, if the property is not loaded, this exception will be thrown.
另请参阅:
  • 构造器详细资料

    • UnloadedException

      public UnloadedException(Class<?> type, String prop)
  • 方法详细资料

    • getType

      public Class<?> getType()
    • getProp

      public String getProp()