Class BinaryPersistenceExceptionTypeImportTypeNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.serializer.exceptions.BaseException
-
- org.eclipse.serializer.persistence.exceptions.PersistenceException
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceException
-
- org.eclipse.serializer.persistence.binary.exceptions.BinaryPersistenceExceptionTypeImportTypeNotFound
-
- All Implemented Interfaces:
Serializable
public class BinaryPersistenceExceptionTypeImportTypeNotFound extends BinaryPersistenceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BinaryPersistenceExceptionTypeImportTypeNotFound(String typeName)
-
Method Summary
-
Methods inherited from class org.eclipse.serializer.exceptions.BaseException
assembleDetailString, assembleExplicitMessageAddon, assembleOutputString, getMessage, message
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BinaryPersistenceExceptionTypeImportTypeNotFound
public BinaryPersistenceExceptionTypeImportTypeNotFound(String typeName)
-
-