| java.lang.Object java.lang.Throwable java.lang.Exception org.jicengine.JICException org.jicengine.element.ElementException
All known Subclasses: org.jicengine.element.AttributeException,
ElementException | public class ElementException extends JICException (Code) | |
Copyright (C) 2004 Timo Laitinen
author: Timo Laitinen since: JICE-0.10 |
Constructor Summary | |
public | ElementException(String message, String elementName, Location location) | public | ElementException(String message, String elementName, String attributeName, Location location) | public | ElementException(String message, Throwable cause, String elementName, Location location) | public | ElementException(Throwable cause, String elementName, Location location) | public | ElementException(Throwable cause, String elementName, String attributeName, Location location) |
|
|