public class IllegalOperationException
extends java.lang.RuntimeException
| 限定符和类型 | 字段和说明 |
|---|---|
static java.lang.String |
ILLEGAL_OPERATION_EXCEPTION
Error message for the exception.
|
| 构造器和说明 |
|---|
IllegalOperationException()
Constructs an
IllegalOperationException with no detail
message. |
IllegalOperationException(java.lang.String s)
Constructs an
IllegalOperationException with the specified
detail message. |
public static final java.lang.String ILLEGAL_OPERATION_EXCEPTION
public IllegalOperationException()
IllegalOperationException with no detail
message.public IllegalOperationException(java.lang.String s)
IllegalOperationException with the specified
detail message.s - the detail message.Copyright © 2008 Actuate Corp. All rights reserved.