public class InvalidNodeForTranslatorException extends RuntimeException
| Constructor and Description |
|---|
InvalidNodeForTranslatorException()
Create a new exception.
|
InvalidNodeForTranslatorException(String message)
Creates a new exception with given message.
|
InvalidNodeForTranslatorException(String message,
Throwable cause)
Creates a new exception from given message and cause.
|
InvalidNodeForTranslatorException(Throwable cause)
Creates a new exception from cause.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFileName()
Returns generated file name for the exception.
|
void |
setFileName(String fileName)
Sets file name in translator exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidNodeForTranslatorException()
public InvalidNodeForTranslatorException(String message)
message - the detail of exception in stringpublic InvalidNodeForTranslatorException(String message, Throwable cause)
message - the detail of exception in stringcause - underlying cause of the errorpublic InvalidNodeForTranslatorException(Throwable cause)
cause - underlying cause of the errorCopyright © 2016. All rights reserved.