|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.emf.emfstore.internal.common.model.util.SerializationException
public class SerializationException
Represents a failure in serialization or deserialization of an object.
| 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 |
|---|
public SerializationException(Throwable cause)
cause - the causepublic SerializationException(org.eclipse.emf.ecore.EObject eObject)
eObject - the eObject that failed to serializepublic SerializationException(String msg)
msg - exception message
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||