com.arsdigita.runtime
Class ConfigError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.arsdigita.runtime.ConfigError
All Implemented Interfaces:
Serializable

public class ConfigError
extends Error

Subject to change. An error to indicate invalid configurations.

Version:
$Id: //core-platform/dev/src/com/arsdigita/runtime/ConfigError.java#4 $
Author:
Justin Ross <jross@redhat.com>
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
ConfigError()
          Constructs a new configuration error with a default message.
ConfigError(String message)
          Constructs a new configuration error with the content message.
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

ConfigError

public ConfigError(String message)
Constructs a new configuration error with the content message.

Parameters:
message - A String describing what's wrong; it cannot be null

ConfigError

public ConfigError()
Constructs a new configuration error with a default message.



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC