org.eclipse.cdt.core.dom.ast
Class DOMException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.cdt.core.dom.ast.DOMException
- All Implemented Interfaces:
- Serializable
public class DOMException
- extends Exception
This is the general purpose exception that is thrown for resolving semantic
aspects of an illegal binding.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DOMException
public DOMException(IProblemBinding problem)
- Parameters:
problem
- binding for throwing
getProblem
public IProblemBinding getProblem()
- Get the problem associated w/this exception.
- Returns:
- problem
Copyright (c) IBM Corp. and others 2004. All Rights Reserved.