Tag: invalidoperationexception

有没有C#的InvalidOperationException Java的等价物?

我正在将一些C#代码转换为Java,我需要包含一个类似于C#的InvalidOperationExceptionexception。 这样的事情存在吗? 在这两种语言中是否还有一个等效的exceptiontypes列表? 谢谢。 我认为在我的情况下,IllegalStateException是最合适的。 感谢所有的答复。

ASP.NET MVC:没有为此对象定义的无参数构造函数

Server Error in '/' Application. ——————————————————————————– No parameterless constructor defined for this object. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.MissingMethodException: No parameterless constructor defined for this object. Source […]