| org.jicengine.element.ElementException org.jicengine.element.AttributeException
AttributeException | public class AttributeException extends ElementException (Code) | |
Signals an error in an attribute: the attribute is illegal, the value is
illegal, etc.
author: timo laitinen |
Constructor Summary | |
public | AttributeException(String message, String elementName, Location location) | public | AttributeException(String message, Throwable cause, String elementName, Location location) | public | AttributeException(Throwable cause, String elementName, Location location) | public | AttributeException(Throwable cause, String elementName, String attributeName, Location location) |
|
|