public class LibraryException extends RuntimeException
| Constructor and Description |
|---|
LibraryException(String message)
Constructs an instance of LibraryException.
|
LibraryException(String message,
Throwable parent)
Constructs an instance of LibraryException.
|
LibraryException(Throwable parent)
Constructs an instance of LibraryException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LibraryException(Throwable parent)
parent - the parent exceptionpublic LibraryException(String message)
message - the exception messagepublic LibraryException(String message, Throwable parent)
message - the exception messageparent - the parent exceptionCopyright © 2003–2014 AndroMDA.org. All rights reserved.