org.opoo.press.source
类 NoFrontMatterException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opoo.press.source.NoFrontMatterException
- 所有已实现的接口:
- Serializable
public class NoFrontMatterException
- extends Exception
If the source entry has not front-matter header, throw this exception.
- 作者:
- Alex Lin
- 另请参见:
- 序列化表格
| 从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoFrontMatterException
public NoFrontMatterException(SourceEntry sourceEntry)
getSourceEntry
public SourceEntry getSourceEntry()
- 返回:
- the sourceEntry
Copyright © 2013-2014 Opoo.org. All Rights Reserved.