org.dspace.content.crosswalk
Class CrosswalkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.crosswalk.CrosswalkException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- CrosswalkInternalException, CrosswalkObjectNotSupported, MetadataValidationException
public class CrosswalkException
- extends Exception
Superclass for more-specific crosswalk exceptions.
Use this class in declarations and catchers to simplify code
and allow for new exception types to be added.
- Version:
- $Revision: 5844 $
- Author:
- Larry Stone
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CrosswalkException
public CrosswalkException()
CrosswalkException
public CrosswalkException(String s,
Throwable t)
CrosswalkException
public CrosswalkException(String s)
CrosswalkException
public CrosswalkException(Throwable t)
Copyright © 2010 DuraSpace. All Rights Reserved.