Eclipse CDT
Pre-release 3.0

org.eclipse.cdt.core.dom.ast
Class DOMException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
DOMException(IProblemBinding problem)
           
 
Method Summary
 IProblemBinding getProblem()
          Get the problem associated w/this exception.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DOMException

public DOMException(IProblemBinding problem)
Parameters:
problem - binding for throwing
Method Detail

getProblem

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

Returns:
problem

Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.