org.eclipse.emf.ecp.ui.view
Class ECPRendererException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.ecp.ui.view.ECPRendererException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoPropertyDescriptorFoundExeption, NoRendererFoundException

public class ECPRendererException
extends Exception

Common super type of exceptions, which can occur during rendering a view.

Author:
Jonas
See Also:
Serialized Form

Constructor Summary
ECPRendererException(String string)
           
 
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
 

Constructor Detail

ECPRendererException

public ECPRendererException(String string)
Parameters:
string - the message


Copyright © 2015. All Rights Reserved.