public static class ViewConfiguration.ViewConfigurationException extends RuntimeException
View configuration errors.| Constructor and Description |
|---|
ViewConfigurationException(String message)
Constructor with error message
|
ViewConfigurationException(String message,
Throwable cause)
Constructor with error message and nested exception
|
ViewConfigurationException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ViewConfigurationException(String message)
message - Error messagepublic ViewConfigurationException(Throwable cause)
cause - Nested exceptionCopyright © 2019 The Holon Platform. All rights reserved.