| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception org.netbeans.modules.projectimport.ProjectImporterException
ProjectImporterException | public class ProjectImporterException extends java.lang.Exception (Code) | | Indicates that the parsed project is invalid.
author: mkrauskopf |
ProjectImporterException | public ProjectImporterException()(Code) | | Creates a new instance of ProjectImporterException without
detail message.
|
ProjectImporterException | public ProjectImporterException(String msg)(Code) | | Constructs an instance of ProjectImporterException with the
specified detail message.
Parameters: msg - the detail message. |
ProjectImporterException | public ProjectImporterException(Throwable cause)(Code) | | Constructs an instance of ProjectImporterException with the
specified cause.
Parameters: cause - the cause exception |
ProjectImporterException | public ProjectImporterException(String msg, Throwable cause)(Code) | | Constructs an instance of ProjectImporterException with the
specified detail message and cause.
Parameters: msg - the detail message. Parameters: cause - the cause exception |
|
|
|