org.activemath.config
Class BadConfigurationError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.activemath.config.BadConfigurationError
All Implemented Interfaces:
Serializable

public class BadConfigurationError
extends Error

Version:
See Also:
Serialized Form

Field Summary
 Throwable cause
           
 
Constructor Summary
BadConfigurationError(String message)
           
BadConfigurationError(String message, Throwable cause)
           
 
Method Summary
 Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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
 

Field Detail

cause

public final Throwable cause
Constructor Detail

BadConfigurationError

public BadConfigurationError(String message)

BadConfigurationError

public BadConfigurationError(String message,
                             Throwable cause)
Method Detail

getCause

public Throwable getCause()
Overrides:
getCause in class Throwable