java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.hm.hafner.analysis.ParsingCanceledException
- Alle implementierten Schnittstellen:
Serializable
Indicates that parsing has been canceled due to a user initiated interrupt.
- Autor:
- Ullrich Hafner
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new instance ofParsingCanceledException.Creates a new instance ofParsingCanceledException. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
ParsingCanceledException
public ParsingCanceledException()Creates a new instance ofParsingCanceledException. -
ParsingCanceledException
Creates a new instance ofParsingCanceledException.- Parameter:
cause- the cause (which is saved for later retrieval by theThrowable.getCause()method).
-