org.eclipse.emf.emfstore.common.extensionpoint
Class ESExtensionPointException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.emf.emfstore.common.extensionpoint.ESExtensionPointException
All Implemented Interfaces:
Serializable

public final class ESExtensionPointException
extends RuntimeException

Exception thrown by the ESExtensionPoint wrapper.

Author:
wesendon
See Also:
Serialized Form

Constructor Summary
ESExtensionPointException(Exception exception)
          Default constructor.
ESExtensionPointException(String message)
          Default configuration.
 
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

ESExtensionPointException

public ESExtensionPointException(Exception exception)
Default constructor.

Parameters:
exception - causing exception

ESExtensionPointException

public ESExtensionPointException(String message)
Default configuration.

Parameters:
message - the exception message


Copyright © 2015. All Rights Reserved.