| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.purl.sword.base.UnmarshallException
UnmarshallException | public class UnmarshallException extends Exception (Code) | | Represents information about an exception that is generated during
the Unmarshall process.
author: Neil Taylor |
UnmarshallException | public UnmarshallException(String message, Exception source)(Code) | | Create a new instance and store the specified message and source data.
Parameters: message - The message for the exception. Parameters: source - The original exception that lead to this exception. Thiscan be null . |
UnmarshallException | public UnmarshallException(String message)(Code) | | Create a new instance and store the specified message.
Parameters: message - The message for the exception. |
|
|
|