Search
InvalidFormatException Class
See Also
 






Thrown during deserialization if the supplied source is not in the appropriate format.

Namespace: com.mindfusion.common
File: com.mindfusion.common

 Syntax

Java  Copy Code

public class InvalidFormatException extends RuntimeException

 Inheritance Hierarchy

java.lang.Object
    java.lang.Throwable
        java.lang.Exception
            java.lang.RuntimeException
                com.mindfusion.common.InvalidFormatException

 See Also