Package com._1c.g5.v8.dt.ws.resource
Class WSDefinitionsSerializerException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- com._1c.g5.v8.dt.ws.resource.WSDefinitionsSerializerException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class WSDefinitionsSerializerException extends RuntimeException Signals that file with content ofWSDefinitionshas wrong structure. An exception message is localized and can be used in UI.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description WSDefinitionsSerializerException(String message)Constructor ofWSDefinitionsSerializerException.
 - 
Method Summary- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
WSDefinitionsSerializerExceptionpublic WSDefinitionsSerializerException(String message) Constructor ofWSDefinitionsSerializerException.- Parameters:
- message- information about error
 
 
- 
 
-