Class XdtoSerializerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com._1c.g5.v8.dt.xdto.model.resource.XdtoSerializerException
- All Implemented Interfaces:
- Serializable
Signals that file with content of 
Package has wrong structure.
 An exception message is localized and can be used in UI.- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionXdtoSerializerException(String message) Constructor ofXdtoSerializerException.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
XdtoSerializerExceptionConstructor ofXdtoSerializerException.- Parameters:
- message- information about error
 
 
-