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