java.lang.Object | |||||
↳ | java.lang.Throwable | ||||
↳ | java.lang.Exception | ||||
↳ | java.lang.RuntimeException | ||||
↳ | com.neomades.content.ContentException | ||||
↳ | com.neomades.content.parser.ParseException |
Error in parsing step.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ParseException(String message)
Creates a parsing error.
| |||||||||||
ParseException(String message, Throwable cause)
Creates a parsing error.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Creates a parsing error.
message | detail message |
---|---|
cause | root cause of the exception |