public class UnableToLoadSourceException extends RuntimeException
| Constructor and Description |
|---|
UnableToLoadSourceException(String message)
Instantiates a new Unable to load source exception.
|
UnableToLoadSourceException(String message,
Throwable cause)
Instantiates a new Unable to load source exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToLoadSourceException(String message)
message - the messageCopyright © 2019. All rights reserved.