Package 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
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$
- Author:
- Larry Stone
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrosswalkException
public CrosswalkException() -
CrosswalkException
-
CrosswalkException
-
CrosswalkException
-