com.bea.wli.config.component
Class ValidationException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           com.bea.wli.config.component.ValidationException
com.bea.wli.config.component.ValidationException
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- AlreadyExistsException, InvalidAttributeValueException, NotFoundException
- public class ValidationException 
- extends Exception
Thrown when a configuration operation cannot be performed on a resource,
 folder or project due to non-existing data, or other constraints
- See Also:
- Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
ValidationException
public ValidationException(Ref ref,
                           String msg,
                           Throwable cause)
ValidationException
public ValidationException(String msg,
                           Throwable cause)
ValidationException
public ValidationException(Diagnostics diags)
getRef
public Ref getRef()
- Returns the reference for the component which this exception relates to
 
- 
- Returns:
 
getDiagnostics
public Diagnostics getDiagnostics()
-