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:
Serializable
public class N2oMetadataReaderException extends N2oException
Ошибка чтения метаданных- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description N2oMetadataReaderException(Exception cause, String metadataId, String path, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMetadataId()StringgetPath()StringgetType()-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getChoice, getData, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setChoice, setData, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-