Class AsciiDocException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- java.lang.IllegalStateException
 - 
- org.forgerock.api.markup.asciidoc.AsciiDocException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class AsciiDocException extends IllegalStateException
Signals that an error occurred while building AsciiDoc markup.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AsciiDocException(String s)Creates aAsciiDocExceptionwith a detailed error message. 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
AsciiDocException
public AsciiDocException(String s)
Creates aAsciiDocExceptionwith a detailed error message.- Parameters:
 s- Error message
 
 - 
 
 -