tecgraf.openbus.exception
Class InvalidPropertyValue

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.openbus.exception.OpenBusException
              extended by tecgraf.openbus.exception.InvalidPropertyValue
All Implemented Interfaces:
Serializable

public final class InvalidPropertyValue
extends OpenBusException

Exceção de configuração de propriedade com valor inválido.

Author:
Tecgraf
See Also:
Serialized Form

Constructor Summary
InvalidPropertyValue(String prop, String value)
          Construtor.
 
Method Summary
 String getProperty()
          Recupera o nome da propriedade.
 String getValue()
          Recupera o valor da propriedade.
 
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

InvalidPropertyValue

public InvalidPropertyValue(String prop,
                            String value)
Construtor.

Parameters:
prop - nome da propriedade
value - valor inválido atribuído.
Method Detail

getProperty

public String getProperty()
Recupera o nome da propriedade.

Returns:
o nome da propriedade.

getValue

public String getValue()
Recupera o valor da propriedade.

Returns:
o valor da propriedade.


Copyright © 2014. All Rights Reserved.