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

public class IllegalOperationException extends RuntimeException
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 Details

    • ILLEGAL_OPERATION_EXCEPTION

      public static final String ILLEGAL_OPERATION_EXCEPTION
      Error message for the exception.
      See Also:
  • Constructor Details

    • IllegalOperationException

      public IllegalOperationException()
      Constructs an IllegalOperationException with no detail message.
    • IllegalOperationException

      public IllegalOperationException(String s)
      Constructs an IllegalOperationException with the specified detail message.
      Parameters:
      s - the detail message.