Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.jdaemon.util.data.ObjectInstantiationError

Uses of ObjectInstantiationError in org.jdaemon.util.data
 

Methods in org.jdaemon.util.data that throw ObjectInstantiationError
abstract  java.lang.Object Type.read(DataRepresentation representation)
          Reads an object of this exact type from some DataRepresentation.
 java.lang.Object Type.get(DataRepresentation representation)
           
 java.lang.Object Type.get(DataRepresentation representation, java.lang.Object key)
          Reads an object from the specified element of a DataRepresentation
 java.lang.Object QuickListType.read(DataRepresentation representation)
          Reads an array of objects from some DataRepresentation.
 java.lang.Object ArrayType.read(DataRepresentation representation)
          Reads an array of objects from some DataRepresentation.
 java.lang.Object AbstractType.read(DataRepresentation representation)
          Creates an object from some DataRepresentation