org.eclipse.xtext.common.types.access
Class TypeNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.xtext.common.types.access.TypeNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TypeNotFoundException
extends java.lang.RuntimeException

Author:
Sebastian Zarnekow - Initial contribution and API
See Also:
Serialized Form

Constructor Summary
TypeNotFoundException()
           
TypeNotFoundException(java.lang.String message)
           
TypeNotFoundException(java.lang.String message, java.lang.Throwable cause)
           
TypeNotFoundException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TypeNotFoundException

public TypeNotFoundException()

TypeNotFoundException

public TypeNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)

TypeNotFoundException

public TypeNotFoundException(java.lang.String message)

TypeNotFoundException

public TypeNotFoundException(java.lang.Throwable cause)