|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
csdk.v1_0.api.core.CSDKException
csdk.v1_0.api.filesystem.project.ProjectException
public class ProjectException
Exceção padrão lançada pelo contexto de projetos CSDK.
| Constructor Summary | |
|---|---|
protected |
ProjectException()
Construtor. |
|
ProjectException(String message)
Construtor |
|
ProjectException(String message,
Throwable cause)
Construtor. |
|
ProjectException(Throwable cause)
Construtor |
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||