Search
InvalidOperationException Class
See Also
 






Thrown when performing an operation that is considered illegal in the current context.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public class InvalidOperationException extends RuntimeException

 Inheritance Hierarchy

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

 See Also