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
public class CrosswalkObjectNotSupported
- extends CrosswalkException
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: 3705 $
- 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 |
CrosswalkObjectNotSupported
public CrosswalkObjectNotSupported(String s)
CrosswalkObjectNotSupported
public CrosswalkObjectNotSupported(String arg0,
Throwable arg1)
CrosswalkObjectNotSupported
public CrosswalkObjectNotSupported(Throwable arg0)
Copyright © 2009 The DSpace Foundation. All Rights Reserved.