mx4j.tools.config
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
mx4j.tools.config.ConfigurationException
- All Implemented Interfaces:
- java.io.Serializable
public class ConfigurationException
- extends java.lang.Exception
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConfigurationException
public ConfigurationException()
ConfigurationException
public ConfigurationException(java.lang.String message)
ConfigurationException
public ConfigurationException(java.lang.Throwable cause)
ConfigurationException
public ConfigurationException(java.lang.String message,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in class java.lang.Throwable
printStackTrace
public void printStackTrace()
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintStream stream)
- Overrides:
printStackTrace
in class java.lang.Throwable
printStackTrace
public void printStackTrace(java.io.PrintWriter writer)
- Overrides:
printStackTrace
in class java.lang.Throwable
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.