net.rim.device.api.system
Class NonPersistableObjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.rim.device.api.system.NonPersistableObjectException
public final class NonPersistableObjectException
- extends RuntimeException
Thrown when a developer attempts to persist an object that doesn't
implement the Peristable interface, or when the object being persisted contains a
reference to a non-persistable object.
- Since:
- BlackBerry API 3.6.0
Method Summary |
Object |
getObject()
Returns the object that caused the exception. |
NonPersistableObjectException
public NonPersistableObjectException()
- Since:
- BlackBerry API 3.6.0
getObject
public Object getObject()
- Returns the object that caused the exception.
- Returns:
- The object that caused the exception.
- Since:
- BlackBerry API 3.6.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal