org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport
Class CorruptedSourceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.client.ui.dialogs.admin.acimport.CorruptedSourceException
All Implemented Interfaces:
Serializable

public class CorruptedSourceException
extends Exception

This exception class is a very generic one, which can be used for any import source on diagnosing an unwanted behavior, e.g. that no connection to a given server could be established or a file, which should be imported was not in the correct format.

Author:
deser, karakoc
See Also:
Serialized Form

Constructor Summary
CorruptedSourceException(String message)
           
 
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

CorruptedSourceException

public CorruptedSourceException(String message)
Parameters:
message - the message of this exception


Copyright © 2015. All Rights Reserved.