com.arsdigita.runtime
Class ConfigError
java.lang.Object
java.lang.Throwable
java.lang.Error
com.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
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 |
versionId
public static final String versionId
- See Also:
- Constant Field Values
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 21 2004:2337 UTC