com.isomorphic.js
Class UnconvertableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.isomorphic.js.UnconvertableException
All Implemented Interfaces:
java.io.Serializable

public class UnconvertableException
extends java.lang.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:
Serialized Form