csdk.v1_0.helper.command.parameters
Class ParameterValueConvertionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.helper.command.parameters.ParameterValueConvertionException
All Implemented Interfaces:
Serializable

public class ParameterValueConvertionException
extends Exception

Exceção lançada pelos conversores ParameterValueConverter.

See Also:
Serialized Form

Constructor Summary
ParameterValueConvertionException(String msg)
          Construtor padrão.
ParameterValueConvertionException(String msg, Throwable cause)
          Construtor padrão.
 
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

ParameterValueConvertionException

public ParameterValueConvertionException(String msg)
Construtor padrão.

Parameters:
msg - mensagem.

ParameterValueConvertionException

public ParameterValueConvertionException(String msg,
                                         Throwable cause)
Construtor padrão.

Parameters:
msg - mensagem.
cause - causa da exceção.


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