public class UnexptectedEmptySourceException extends NodeException
Constructor and Description |
---|
UnexptectedEmptySourceException()
Create an instance of the exception
|
UnexptectedEmptySourceException(String message)
Create an instance of the exception with a message
|
UnexptectedEmptySourceException(String message,
Throwable cause)
Create an instance of the exception with a message and a cause
|
UnexptectedEmptySourceException(Throwable cause)
Create an instance of the exception with a cause
|
getLocalizedMessage
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnexptectedEmptySourceException()
public UnexptectedEmptySourceException(String message)
message
- message of the exceptionpublic UnexptectedEmptySourceException(String message, Throwable cause)
message
- message of the exceptioncause
- cause of the exceptionpublic UnexptectedEmptySourceException(Throwable cause)
cause
- cause of the exceptionCopyright © 2017 Gentics Software. All Rights Reserved.