org.apache.geronimo.validator
Class ValidationWarning

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.geronimo.validator.ValidationException
              extended by org.apache.geronimo.validator.ValidationWarning
All Implemented Interfaces:
Serializable

public class ValidationWarning
extends ValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.geronimo.validator.ValidationException
details, message, messages, prefix
 
Constructor Summary
ValidationWarning(String message)
           
 
Method Summary
 String getCategory()
           
 String getPrefix()
           
 
Methods inherited from class org.apache.geronimo.validator.ValidationException
getDetails, getMessage, getMessage, getSummary, 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(String message)
Method Detail

getPrefix

public String getPrefix()
Overrides:
getPrefix in class ValidationException

getCategory

public String getCategory()
Overrides:
getCategory in class ValidationException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.