csdk.v1_0.api.core
Class CSDKException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.api.core.CSDKException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApplicationException, CommandException, FileLockedException, LocalFileSystemException, ProjectException

public class CSDKException
extends Exception

Exceção padrão lançada pelo CSDK.

See Also:
Serialized Form

Constructor Summary
protected CSDKException()
          Construtor.
  CSDKException(String message)
          Construtor
  CSDKException(String message, Throwable cause)
          Construtor.
  CSDKException(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

CSDKException

public CSDKException(String message,
                     Throwable cause)
Construtor.

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

CSDKException

public CSDKException(String message)
Construtor

Parameters:
message - mensagem de erro.

CSDKException

public CSDKException(Throwable cause)
Construtor

Parameters:
cause - causa do erro.

CSDKException

protected CSDKException()
Construtor.



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