scriptella.configuration
Class RequiredAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by scriptella.core.SystemException
                  extended by scriptella.configuration.ConfigurationException
                      extended by scriptella.configuration.RequiredAttributeException
All Implemented Interfaces:
java.io.Serializable

public class RequiredAttributeException
extends ConfigurationException

TODO: Add documentation

Version:
1.0
Author:
Fyodor Kupolov
See Also:
Serialized Form

Constructor Summary
RequiredAttributeException(java.lang.String attribute, java.lang.Throwable cause, XmlElement element)
           
RequiredAttributeException(java.lang.String attribute, XmlElement element)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

RequiredAttributeException

public RequiredAttributeException(java.lang.String attribute,
                                  XmlElement element)

RequiredAttributeException

public RequiredAttributeException(java.lang.String attribute,
                                  java.lang.Throwable cause,
                                  XmlElement element)


Copyright © Copyright 2006-2009 The Scriptella Project Team.