Class LangException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.twineworks.tweakflow.lang.errors.LangException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLangException(ErrorCode code) LangException(ErrorCode code, Stack stack) LangException(ErrorCode code, SourceInfo sourceInfo) LangException(ErrorCode code, String message) LangException(ErrorCode code, String message, Stack stack) LangException(ErrorCode code, String message, Stack stack, SourceInfo sourceInfo) LangException(ErrorCode code, String message, SourceInfo sourceInfo) LangException(Throwable t, ErrorCode code, Stack stack) -
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(Object key) entrySet()voidforEach(BiConsumer<? super String, ? super Object> action) getCode()getOrDefault(Object key, Object defaultValue) getStack()keySet()voidvoidputIfAbsent(String key, Object value) setSourceInfo(SourceInfo sourceInfo) voidstatic LangExceptionstatic LangExceptionstatic LangExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LangException
-
LangException
-
LangException
-
LangException
-
LangException
-
LangException
-
LangException
-
LangException
-
-
Method Details
-
getSourceInfo
-
setSourceInfo
-
wrap
-
wrap
-
wrap
-
getStack
-
setStack
-
getCode
-
printDigestMessageAndStackTrace
public void printDigestMessageAndStackTrace() -
printDigestMessage
public void printDigestMessage() -
getDigestMessage
-
toTraceValue
-
getProperties
-
containsKey
-
get
-
put
-
putAll
-
keySet
-
entrySet
-
getOrDefault
-
forEach
-
putIfAbsent
-
toErrorValue
-