org.eclipse.jet.xpath.inspector
Class AddElementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.jet.xpath.inspector.AddElementException
- All Implemented Interfaces:
- Serializable
- public class AddElementException
- extends Exception
Exception thrown in case of errors by IElementInspector.addTextElement(Object, String, String, boolean)
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AddElementException
public AddElementException()
AddElementException
public AddElementException(String arg0)
- Parameters:
arg0
-
AddElementException
public AddElementException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
AddElementException
public AddElementException(Throwable arg0)
- Parameters:
arg0
-