public class ModSortingException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
class |
ModSortingException.SortingExceptionData<T> |
Constructor and Description |
---|
ModSortingException(String string,
T node,
Set<T> visitedNodes) |
Modifier and Type | Method and Description |
---|---|
<T> ModSortingException.SortingExceptionData<T> |
getExceptionData() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public <T> ModSortingException.SortingExceptionData<T> getExceptionData()