public class ComponentConstructionException extends RuntimeException
Modifier and Type | Class and Description |
---|---|
static class |
ComponentConstructionException.Level
Error levels, an exception can have.
|
Constructor and Description |
---|
ComponentConstructionException(ComponentConstructionException.Level level,
String message)
Construct the exception with a message.
|
ComponentConstructionException(ComponentConstructionException.Level level,
String message,
Throwable cause)
Construct the exception with a message and cause.
|
Modifier and Type | Method and Description |
---|---|
ComponentConstructionException.Level |
getLevel()
Get the level of this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ComponentConstructionException(ComponentConstructionException.Level level, String message)
level
- The error level of this exception.message
- The message.public ComponentConstructionException(ComponentConstructionException.Level level, String message, Throwable cause)
level
- The error level of this exception.message
- The message.cause
- The initial cause.public ComponentConstructionException.Level getLevel()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500