org.eclipse.emf.emfstore.internal.common.model.util
Class SerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.emf.emfstore.internal.common.model.util.SerializationException
All Implemented Interfaces:
Serializable

public class SerializationException
extends Exception

Represents a failure in serialization or deserialization of an object.

Author:
koegel
See Also:
Serialized Form

Constructor Summary
SerializationException(org.eclipse.emf.ecore.EObject eObject)
          Default constructor.
SerializationException(String msg)
          Default constructor.
SerializationException(Throwable cause)
          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

SerializationException

public SerializationException(Throwable cause)
Default constructor.

Parameters:
cause - the cause

SerializationException

public SerializationException(org.eclipse.emf.ecore.EObject eObject)
Default constructor.

Parameters:
eObject - the eObject that failed to serialize

SerializationException

public SerializationException(String msg)
Default constructor.

Parameters:
msg - exception message


Copyright © 2015. All Rights Reserved.