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