com.iphrase.runtime.exception
Class ConfigurationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.iphrase.runtime.exception.ConfigurationError
All Implemented Interfaces:
java.io.Serializable

public class ConfigurationError
extends java.lang.Error

Exception class thrown for mis-configurations.

See Also:
Serialized Form

Constructor Summary
ConfigurationError(java.lang.String s)
          Construct a ConfigurationError exception from a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigurationError

public ConfigurationError(java.lang.String s)
Construct a ConfigurationError exception from a detail message.
Parameters:
s - String detail message

© Copyright 2005, 2006. IBM Corporation. All rights reserved.