org.eclipse.cdt.core.dom
Class IASTServiceProvider.UnsupportedDialectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cdt.core.dom.IASTServiceProvider.UnsupportedDialectException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
IASTServiceProvider

public static class IASTServiceProvider.UnsupportedDialectException
extends java.lang.Exception

This exception is thrown when there is not a service provider that can handle the request due to dialect mis-match.

Author:
jcamelon
See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
IASTServiceProvider.UnsupportedDialectException()
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

IASTServiceProvider.UnsupportedDialectException

public IASTServiceProvider.UnsupportedDialectException()