Class IllegalHeaderLevelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.tealeaf.javamarkdown.exceptions.IllegalHeaderLevelException
- All Implemented Interfaces:
 Serializable
Indicates that an illegal header level was passed into the 
Header class- Since:
 - 0.0.12
 - Author:
 - Thomas Kwashnak
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionIllegalHeaderLevelException(int level) Creates a new IllegalHeaderLevelException with a specified level - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
IllegalHeaderLevelException
public IllegalHeaderLevelException(int level) Creates a new IllegalHeaderLevelException with a specified level- Parameters:
 level- The illegal level passed- Since:
 - 0.0.12
 
 
 -