org.openejb.alt.config
Class ValidationWarning

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.ValidationWarning
All Implemented Interfaces:
java.io.Serializable

public class ValidationWarning
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
ValidationWarning(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

ValidationWarning

public ValidationWarning(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.