org.apache.geronimo.validator
Class ValidationError

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.ValidationError
All Implemented Interfaces:
Serializable

public class ValidationError
extends ValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.geronimo.validator.ValidationException
details, message, messages, prefix
 
Constructor Summary
ValidationError(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

ValidationError

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