Package com._1c.g5.v8.dt.ws.common
Class WSDefinitionLoaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com._1c.g5.v8.dt.ws.common.WSDefinitionLoaderException
-
- All Implemented Interfaces:
Serializable
public class WSDefinitionLoaderException extends RuntimeException
SpecialRuntimeException
for exceptions getting from native api when methods ofNativeWSDefinitionLoader
were called- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSDefinitionLoaderException(String message)
Constructor
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WSDefinitionLoaderException
public WSDefinitionLoaderException(String message)
Constructor- Parameters:
message
- actual error message from native api, can't benull
-
-