org.eclipse.emfforms.spi.core.services.label
Class NoLabelFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emfforms.spi.core.services.label.NoLabelFoundException
All Implemented Interfaces:
Serializable

public class NoLabelFoundException
extends Exception

Exception used when no label could be found.

Author:
Eugen Neufeld
See Also:
Serialized Form

Constructor Summary
NoLabelFoundException(Exception exception)
          Default constructor.
 
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

NoLabelFoundException

public NoLabelFoundException(Exception exception)
Default constructor.

Parameters:
exception - The root Exception.


Copyright © 2015. All Rights Reserved.