Class N2oMetadataReaderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.config.reader.N2oMetadataReaderException
-
- All Implemented Interfaces:
java.io.Serializable
public class N2oMetadataReaderException extends N2oException
Ошибка чтения метаданных- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oMetadataReaderException(java.lang.Exception cause, java.lang.String metadataId, java.lang.String path, java.lang.String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMetadataId()java.lang.StringgetPath()java.lang.StringgetType()-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
-