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