public class ParsingInterruptedException extends SearchException
interrupt
method.Thread.interrupt()
,
Serialized FormConstructor and Description |
---|
ParsingInterruptedException()
Creates a new exception without a description.
|
ParsingInterruptedException(String message)
Creates a new exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ParsingInterruptedException()
public ParsingInterruptedException(String message)
message
- A description of this exception.Copyright © 2001-2013 the JGloss developers. All Rights Reserved.