Package org.dspace.sort
Class SortException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.dspace.sort.SortException
-
- All Implemented Interfaces:
Serializable
public class SortException extends Exception
Just a quick SortException class to give us the relevant data type- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SortException()SortException(String message)SortException(String message, Throwable cause)SortException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-