public final class UnknownProjectException extends Exception
Modifier and Type | Field and Description |
---|---|
private String |
projectName
Name of the unknown project.
|
private static long |
serialVersionUID
Unique Serial ID.
|
Constructor and Description |
---|
UnknownProjectException(String projectNameArg)
Exception constructor of an unknown project error.
|
Modifier and Type | Method and Description |
---|---|
String |
getProjectName()
Get the unknown project name.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final String projectName
public UnknownProjectException(String projectNameArg)
projectNameArg
- unknown project namepublic String getProjectName()
Copyright © 2013–2015. All rights reserved.