Eclipse CDT
7.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:
java.io.Serializable

public class DOMException
extends java.lang.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()
          Returns 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 - the binding for throwing
Method Detail

getProblem

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

Returns:
problem

Eclipse CDT
7.0

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