com.createtank.util.configuration
Class NonexistentElementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.createtank.util.configuration.NonexistentElementException
All Implemented Interfaces:
java.io.Serializable

public class NonexistentElementException
extends java.lang.RuntimeException

Exception for use with XMLConfiguration class

See Also:
Serialized Form

Constructor Summary
NonexistentElementException()
          Constructs a RuntimeException with no detail message.
NonexistentElementException(java.lang.String s)
          Constructs a RuntimeException with the specified detail message.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonexistentElementException

public NonexistentElementException()
Constructs a RuntimeException with no detail message.


NonexistentElementException

public NonexistentElementException(java.lang.String s)
Constructs a RuntimeException with the specified detail message.

Parameters:
s - the detail message.