org.purl.sword.base
Class UnmarshallException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.purl.sword.base.UnmarshallException
- All Implemented Interfaces:
- Serializable
public class UnmarshallException
- extends Exception
Represents information about an exception that is generated during
the Unmarshall process.
- Author:
- Neil Taylor
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnmarshallException
public UnmarshallException(String message,
Exception source)
- Create a new instance and store the specified message and source data.
- Parameters:
message - The message for the exception.source - The original exception that lead to this exception. This
can be null.
UnmarshallException
public UnmarshallException(String message)
- Create a new instance and store the specified message.
- Parameters:
message - The message for the exception.
Copyright © 2009 The DSpace Foundation. All Rights Reserved.