toolbox.confgen
Class ConfGenException

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

public class ConfGenException
extends java.lang.Exception

Exception that is generated when a exceptions occur using confgen package classes.

See Also:
Serialized Form

Constructor Summary
ConfGenException(java.lang.Exception ex)
          Creates a new ConfGenException from the given Exception.
ConfGenException(java.lang.String msg)
          Generates a ConfGenException 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

ConfGenException

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

Parameters:
ex - Underlying exception that occured.

ConfGenException

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

Parameters:
msg - String containing the exception message.