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
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$
- Author:
- Larry Stone
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CrosswalkException()CrosswalkException(String s)CrosswalkException(String s, Throwable t)CrosswalkException(Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-