com.bea.wli.config.component
Class InvalidAttributeValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.config.component.ValidationException
              extended by com.bea.wli.config.component.InvalidAttributeValueException
All Implemented Interfaces:
Serializable

public class InvalidAttributeValueException
extends ValidationException

Thrown when resource data contains an invalid value that compromises the integrity of the resource data.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
InvalidAttributeValueException(Ref ref, String msg, Throwable cause)
           
InvalidAttributeValueException(String msg)
           
 
Method Summary
 
Methods inherited from class com.bea.wli.config.component.ValidationException
getDiagnostics, getRef
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

InvalidAttributeValueException

public InvalidAttributeValueException(Ref ref,
                                      String msg,
                                      Throwable cause)

InvalidAttributeValueException

public InvalidAttributeValueException(String msg)