org.eclipse.birt.report.model.api.command
Class CircularExtendsException

java.lang.Object
  extended byBirtException
      extended byorg.eclipse.birt.report.model.api.ModelException
          extended byorg.eclipse.birt.report.model.api.activity.SemanticException
              extended byorg.eclipse.birt.report.model.api.command.ExtendsException
                  extended byorg.eclipse.birt.report.model.api.command.CircularExtendsException

public class CircularExtendsException
extends ExtendsException

An error indicates circular extension while setting the extends property of an element.

See Also:
Serialized Form

Field Summary
static java.lang.String DESIGN_EXCEPTION_CIRCULAR
          The extension would create a cycle: a extends b extends a.
static java.lang.String DESIGN_EXCEPTION_SELF_EXTEND
          The element cannot extend from itself.
 
Fields inherited from class org.eclipse.birt.report.model.api.command.ExtendsException
DESIGN_EXCEPTION_CANT_EXTEND, DESIGN_EXCEPTION_EXTENDS_FORBIDDEN, DESIGN_EXCEPTION_NO_PARENT, DESIGN_EXCEPTION_PARENT_NOT_FOUND, DESIGN_EXCEPTION_PARENT_NOT_IN_COMPONENT, DESIGN_EXCEPTION_PARENT_NOT_INCLUDE, DESIGN_EXCEPTION_UNNAMED_PARENT, DESIGN_EXCEPTION_WRONG_EXTENSION_TYPE, DESIGN_EXCEPTION_WRONG_TYPE, extendsName, parent
 
Fields inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
element
 
Fields inherited from class org.eclipse.birt.report.model.api.ModelException
PLUGIN_ID
 
Constructor Summary
CircularExtendsException(org.eclipse.birt.report.model.core.DesignElement obj, org.eclipse.birt.report.model.core.DesignElement parent, java.lang.String errCode)
          Constructor.
CircularExtendsException(org.eclipse.birt.report.model.core.DesignElement obj, java.lang.String name, java.lang.String errCode)
          Constructor.
 
Method Summary
 java.lang.String getLocalizedMessage()
           
 
Methods inherited from class org.eclipse.birt.report.model.api.command.ExtendsException
getExtends
 
Methods inherited from class org.eclipse.birt.report.model.api.activity.SemanticException
getElement, getElementName, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESIGN_EXCEPTION_SELF_EXTEND

public static final java.lang.String DESIGN_EXCEPTION_SELF_EXTEND
The element cannot extend from itself.

See Also:
Constant Field Values

DESIGN_EXCEPTION_CIRCULAR

public static final java.lang.String DESIGN_EXCEPTION_CIRCULAR
The extension would create a cycle: a extends b extends a.

See Also:
Constant Field Values
Constructor Detail

CircularExtendsException

public CircularExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
                                java.lang.String name,
                                java.lang.String errCode)
Constructor.

Parameters:
obj - the element being changed.
name - the value being set for the extends property.
errCode - what went wrong.

CircularExtendsException

public CircularExtendsException(org.eclipse.birt.report.model.core.DesignElement obj,
                                org.eclipse.birt.report.model.core.DesignElement parent,
                                java.lang.String errCode)
Constructor.

Parameters:
obj - the element being changed.
parent - the parent element.
errCode - what went wrong.
Method Detail

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class ExtendsException


Copyright © 2005 Actuate Corp. All rights reserved.