Class UnconvertableException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.isomorphic.js.UnconvertableException
All Implemented Interfaces:
Serializable

public class UnconvertableException extends Exception
This exception is thrown whenever the Isomorphic Java->Javascript serializer encounters an object it does not know how to serialize.

To add JS serialization to any class, use the com.isomorphic.js.IToJSON interface.

See Also: