Skip navigation links 
 
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:
- java.io.Serializable
- Direct Known Subclasses:
- AlreadyExistsException, InvalidAttributeValueException, NotFoundException
- 
public class ValidationException
 
- extends java.lang.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 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
serialVersionUID
public static final long serialVersionUID
- 
- See Also:
- Constant Field Values
 
ValidationException
public ValidationException(Ref ref,
                           java.lang.String msg,
                           java.lang.Throwable cause)
ValidationException
public ValidationException(java.lang.String msg,
                           java.lang.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()
Skip navigation links 
 
Copyright © 2008, 2013, Oracle. All rights reserved.