csdk.v1_0.runner
Class RunnerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by csdk.v1_0.runner.RunnerException
All Implemented Interfaces:
Serializable

public class RunnerException
extends RuntimeException

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

See Also:
Serialized Form

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

RunnerException

public RunnerException(String message,
                       Throwable cause)
Construtor.

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

RunnerException

public RunnerException(String message)
Construtor

Parameters:
message - mensagem de erro.

RunnerException

public RunnerException(Throwable cause)
Construtor

Parameters:
cause - causa do erro.

RunnerException

protected RunnerException()
Construtor.



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