org.openejb.config
Class ValidationFailure

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.openejb.config.ValidationException
              extended byorg.openejb.config.ValidationFailure
All Implemented Interfaces:
Serializable

public class ValidationFailure
extends ValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openejb.config.ValidationException
bean, details, message, messages, prefix
 
Constructor Summary
ValidationFailure(String message)
           
 
Method Summary
 String getCategory()
           
 String getPrefix()
           
 
Methods inherited from class org.openejb.config.ValidationException
getBean, getDetails, getMessage, getMessage, getSummary, setBean, setDetails, setDetails, setDetails, setDetails, setDetails, setDetails
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ValidationFailure

public ValidationFailure(String message)
Method Detail

getPrefix

public String getPrefix()
Overrides:
getPrefix in class ValidationException

getCategory

public String getCategory()
Overrides:
getCategory in class ValidationException


Copyright © 1999-2005 OpenEJB. All Rights Reserved.