org.eclipse.emfforms.spi.core.services.label
Class NoLabelFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoLabelFoundException
public NoLabelFoundException(Exception exception)
- Default constructor.
- Parameters:
exception
- The root Exception
.
Copyright © 2015. All Rights Reserved.