Class ValidationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Field Details

  • Constructor Details

    • ValidationException

      public ValidationException(Ref ref, String msg, Throwable cause)
    • ValidationException

      public ValidationException(String msg, Throwable cause)
    • ValidationException

      public ValidationException(Diagnostics diags)
  • Method Details

    • getRef

      public Ref getRef()
      Returns the reference for the component which this exception relates to
    • getDiagnostics

      public Diagnostics getDiagnostics()