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 SpecialRuntimeExceptionfor exceptions getting from native api when methods ofNativeWSDefinitionLoaderwere called- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WSDefinitionLoaderException(String message)Constructor
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WSDefinitionLoaderExceptionpublic WSDefinitionLoaderException(String message) Constructor- Parameters:
- message- actual error message from native api, can't be- null
 
 
- 
 
-