Search
OverflowException Class
See Also
 






Thrown when an operation results in an overflow.

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

 Syntax

Java  Copy Code

public class OverflowException extends RuntimeException

 Inheritance Hierarchy

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

 See Also