public class AbortParsingException
extends java.lang.RuntimeException
AbstractIndexProvider will try to load the resource to create
the index entries.| Constructor and Description |
|---|
AbortParsingException()
Initializes me without any details.
|
AbortParsingException(java.lang.String message)
Initializes me with a useful message.
|
AbortParsingException(java.lang.Throwable cause)
Initializes me with a cause.
|
public AbortParsingException()
public AbortParsingException(java.lang.String message)
message - a messagepublic AbortParsingException(java.lang.Throwable cause)
cause - the cause of this exception.