Modifier and Type | Method and Description |
---|---|
PruningConfigurationNotFoundBuilder |
RepositoryErrors.pruningConfigurationNotFound()
Error thrown due to missing pruning.properties file in resources.
|
UnableToCreateDumpBuilder |
RepositoryErrors.unableToCreateDump()
Error thrown when it is not possible to create a log dump for given scenario execution.
|
UnableToResolveLogBuilder |
ResolverErrors.unableToResolveLog()
Error occurring when a log cannot be parsed from JSON format because it was invalid.
|
UnknownLoggingConsumerExceptionThrownBuilder |
ConsumerErrors.unknownLoggingConsumerExceptionThrown()
Errors thrown internally in Spring JMS
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
MessageParser.parsePlaceholders(Error error)
Parses placeholders from messages in order to create builder methods for them.
|
Modifier and Type | Method and Description |
---|---|
BadPasswordBuilder |
AuthorizationErrors.badPassword()
Logged when a user inputs a wrong password.
|
BadResponseBuilder |
HttpErrors.badResponse()
Error logged due to a bad response from the server.
|
FileLockedBuilder |
IOErrors.fileLocked()
Error logged when another process has locked the file and is therefore inaccessible
|
FileNotFoundBuilder |
IOErrors.fileNotFound()
Error logged when a given file is not found.
|
InvalidEncodingBuilder |
IOErrors.invalidEncoding()
Error logged when a user inputted encoding is invalid
|
InvalidFileFormatBuilder |
IOErrors.invalidFileFormat()
Error logged when a given file has an invalid format
|
InvalidLicenseBuilder |
AuthorizationErrors.invalidLicense()
Logged when the user has an invalid license.
|
MissingUserPrivilegeBuilder |
AuthorizationErrors.missingUserPrivilege()
Logged when a user tries to perform an action without having the necessary rights.
|
OutOfMemoryErrorBuilder |
SystemErrors.outOfMemoryError()
Error logged when the JVM runs out of available memory for the garbage collector.
|
StackOverflowErrorBuilder |
SystemErrors.stackOverflowError()
Error logged due to stack overflow
|
Copyright © 2020. All rights reserved.