Package com.e1c.langtool.collector
Class CollectingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.e1c.langtool.collector.CollectingException
- All Implemented Interfaces:
Serializable
CollectingException throws after an error or errors in contributed FeatureValueCollector
while collecting FeatureValue.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCollectingException(TranslationSource source, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new collecting exception with translation source.CollectingException(String message) CollectingException(String message, Throwable cause) CollectingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new collecting exception.CollectingException(Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.core.runtime.IPathGets the source path.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CollectingException
public CollectingException() -
CollectingException
- Parameters:
message-
-
CollectingException
- Parameters:
cause-
-
CollectingException
- Parameters:
message-cause-
-
CollectingException
public CollectingException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new collecting exception.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
CollectingException
public CollectingException(TranslationSource source, Throwable cause, boolean enableSuppression, boolean writableStackTrace) Instantiates a new collecting exception with translation source.- Parameters:
source- the sourcecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
-
Method Details
-
getSourcePath
public org.eclipse.core.runtime.IPath getSourcePath()Gets the source path.- Returns:
- the source path, can be
null
-