csdk.v1_0.api.filesystem.project
Class ProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.api.core.CSDKException
              extended by csdk.v1_0.api.filesystem.project.ProjectException
All Implemented Interfaces:
Serializable

public class ProjectException
extends CSDKException

Exceção padrão lançada pelo contexto de projetos CSDK.

See Also:
Serialized Form

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

ProjectException

public ProjectException(String message,
                        Throwable cause)
Construtor.

Parameters:
message - mensagem de erro.
cause - causa do erro.

ProjectException

public ProjectException(String message)
Construtor

Parameters:
message - mensagem de erro.

ProjectException

public ProjectException(Throwable cause)
Construtor

Parameters:
cause - causa do erro.

ProjectException

protected ProjectException()
Construtor.



Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.