Searched refs:SerializerException (Results 1 - 4 of 4) sorted by relevance

/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
H A DSerializerException.java43 public class SerializerException extends IOException class in inherits:IOException
45 public SerializerException( String msg, Throwable cause ) method in class:SerializerException
51 public SerializerException( String msg ) method in class:SerializerException
H A DSerializer.java360 if (reg == null) throw new SerializerException( "Class not found for buffer data." );
374 throw new SerializerException( "Class not registered:" + type );
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
H A DEnumSerializer.java36 import com.jme3.network.serializing.SerializerException;
53 throw new SerializerException( "Class has no enum constants:" + c );
H A DFieldSerializer.java36 import com.jme3.network.serializing.SerializerException;
128 throw new SerializerException( "Error creating object of type:" + c, e );
144 throw new SerializerException( "Error reading object", e);
182 throw new SerializerException( "Error writing object for field:" + savedField.field, e );

Completed in 94 milliseconds