Class IllegalOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.birt.report.model.api.IllegalOperationException
- All Implemented Interfaces:
Serializable
Thrown to indicate that a method has been illegally called. It means that
some method inherited from super classes is forbidden to be called by the
certain sub-class.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructs anIllegalOperationException
with no detail message.Constructs anIllegalOperationException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ILLEGAL_OPERATION_EXCEPTION
Error message for the exception.- See Also:
-
-
Constructor Details
-
IllegalOperationException
public IllegalOperationException()Constructs anIllegalOperationException
with no detail message. -
IllegalOperationException
Constructs anIllegalOperationException
with the specified detail message.- Parameters:
s
- the detail message.
-