Package com._1c.g5.v8.xmdb
Class DBException.ConfigError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com._1c.g5.v8.xmdb.DBException
-
- com._1c.g5.v8.xmdb.DBException.ConfigError
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- DBException
public static class DBException.ConfigError extends DBException
Wrong db config- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com._1c.g5.v8.xmdb.DBException
DBException.ConfigError, DBException.EngineGetVoid, DBException.OpenFail, DBException.UnsafeError, DBException.VolumeIOError
-
-
Constructor Summary
Constructors Constructor Description ConfigError()
Default constructor: some error in configConfigError(String text)
Detailed error in config
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ConfigError
public ConfigError()
Default constructor: some error in config
-
ConfigError
public ConfigError(String text)
Detailed error in config- Parameters:
text
- specification: what exactly is wrong
-
-