csdk.v1_0.helper
Class ContextNotAvailableException

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

public class ContextNotAvailableException
extends RuntimeException

Exceção utilizada para sinalizar o uso de contextos que não estão disponíveis durante a execução execução.

See Also:
Serialized Form

Constructor Summary
ContextNotAvailableException(Class<? extends IContext> context)
          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

ContextNotAvailableException

public ContextNotAvailableException(Class<? extends IContext> context)
Construtor.

Parameters:
context - contexto que não está disponível.


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