org.openejb.alt.config
Class ValidationFailure

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openejb.alt.config.ValidationException
              extended by org.openejb.alt.config.ValidationFailure
All Implemented Interfaces:
java.io.Serializable

public class ValidationFailure
extends ValidationException

Author:
David Blevins
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.openejb.alt.config.ValidationException
bean, details, message, messages, prefix
 
Constructor Summary
ValidationFailure(java.lang.String message)
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getPrefix()
           
 
Methods inherited from class org.openejb.alt.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(java.lang.String message)
Method Detail

getPrefix

public java.lang.String getPrefix()
Overrides:
getPrefix in class ValidationException

getCategory

public java.lang.String getCategory()
Overrides:
getCategory in class ValidationException


Copyright © 1999-2011 OpenEJB. All Rights Reserved.