org.dspace.content.crosswalk
Class CrosswalkInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dspace.content.crosswalk.CrosswalkException
org.dspace.content.crosswalk.CrosswalkInternalException
- All Implemented Interfaces:
- Serializable
public class CrosswalkInternalException
- 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: 3761 $
- 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 |
CrosswalkInternalException
public CrosswalkInternalException(String s)
CrosswalkInternalException
public CrosswalkInternalException(String arg0,
Throwable arg1)
CrosswalkInternalException
public CrosswalkInternalException(Throwable arg0)
Copyright © 2010 DuraSpace. All Rights Reserved.