public class CycleFoundException extends VitamException
| Constructor and Description |
|---|
CycleFoundException(String message)
Basic constructor to indicate a simple error message without stacktrace
|
CycleFoundException(String message,
String cycle)
Basic constructor to indicate a simple error message without stacktrace
|
CycleFoundException(String message,
Throwable throwable)
Constructor used to encapsulate a previously thrown exception with but with a custom meaningful message
|
CycleFoundException(Throwable throwable)
Constructor used to encapsulate a previously thrown exception.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCycle()
Get the cycle's list of vertex
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CycleFoundException(String message)
message - message to logpublic CycleFoundException(String message, String cycle)
message - message to logcycle - detail of the cyclepublic CycleFoundException(Throwable throwable)
throwable - the originating exceptionpublic String getCycle()
Copyright © 2018 Vitam. All rights reserved.