org.apache.openejb.config
Class ValidationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.openejb.config.ValidationException
              extended by org.apache.openejb.config.ValidationError
All Implemented Interfaces:
Serializable

public class ValidationError
extends ValidationException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.openejb.config.ValidationException
componentName, details, message, messages, prefix
 
Constructor Summary
ValidationError(String message)
           
 
Method Summary
 String getCategory()
           
 Throwable getCause()
           
 String getPrefix()
           
 void setCause(Throwable cause)
           
 
Methods inherited from class org.apache.openejb.config.ValidationException
getComponentName, getDetails, getMessage, getMessage, getSummary, setComponentName, setDetails
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable

setCause

public void setCause(Throwable cause)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.