Package org.dspace.content.crosswalk
Class CrosswalkObjectNotSupported
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.crosswalk.CrosswalkException
org.dspace.content.crosswalk.CrosswalkObjectNotSupported
- All Implemented Interfaces:
Serializable
Something went wrong inside the crosswalk, not necessarily caused by
the input or state (although it could be an incorrectly handled pathological
case). Most likely caused by a configuration problem. It deserves its own
exception because many crosswalks are configuration-driven (e.g. the XSLT
crosswalks) so configuration errors are likely to be common enough that
they ought to be easy to identify and debug.
- Version:
- $Revision$
- Author:
- Larry Stone
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrosswalkObjectNotSupported
-
CrosswalkObjectNotSupported
-
CrosswalkObjectNotSupported
-