org.eclipse.emf.emfstore.internal.client.ui.exceptions
Class RequiredSelectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.emfstore.internal.client.ui.exceptions.RequiredSelectionException
All Implemented Interfaces:
Serializable

public class RequiredSelectionException
extends RuntimeException

Indicates that a required selection is missing.

Author:
ovonwesen, emueller
See Also:
Serialized Form

Constructor Summary
RequiredSelectionException()
          Default constructor.
RequiredSelectionException(String msg)
          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

RequiredSelectionException

public RequiredSelectionException()
Default constructor.


RequiredSelectionException

public RequiredSelectionException(String msg)
Constructor.

Parameters:
msg - detailed message why the selection is invalid


Copyright © 2015. All Rights Reserved.