toolbox.allegato
Class ConfException

Package class diagram package ConfException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by toolbox.allegato.ConfException
All Implemented Interfaces:
java.io.Serializable

public class ConfException
extends java.lang.Exception

Exception that is generated when a exceptions occur accessing XMLProperties objects

See Also:
Serialized Form

Constructor Summary
ConfException(java.lang.Exception ex)
          Creates a new ConfException from the given Exception.
ConfException(java.lang.String msg)
          Generates a ConfException with the given 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfException

public ConfException(java.lang.Exception ex)
Creates a new ConfException from the given Exception.

Parameters:
ex - Underlying exception that occured.

ConfException

public ConfException(java.lang.String msg)
Generates a ConfException with the given message.

Parameters:
msg - String containing the exception message.