public class ProjectException extends CSDKException
| Modifier | Constructor and Description |
|---|---|
protected |
ProjectException()
Construtor.
|
|
ProjectException(String message)
Construtor
|
|
ProjectException(String message,
Throwable cause)
Construtor.
|
|
ProjectException(Throwable cause)
Construtor
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProjectException(String message, Throwable cause)
message - mensagem de erro.cause - causa do erro.public ProjectException(String message)
message - mensagem de erro.public ProjectException(Throwable cause)
cause - causa do erro.protected ProjectException()
Copyright © 2013–2015 Tecgraf/PUC-Rio. All rights reserved.