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:
Restriction:
This class is not intended to be subclassed by clients.
Restriction:
This class is not intended to be instantiated by clients.
  • Constructor Details

    • DOMException

      public DOMException(IProblemBinding problem)
      Parameters:
      problem - the binding for throwing
  • Method Details

    • getProblem

      public IProblemBinding getProblem()
      Returns the problem associated w/this exception.
      Returns:
      problem