|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.nokia.carbide.cdt.builder.InvalidDriveInMMPPathException
public class InvalidDriveInMMPPathException
This exception is thrown from MMPViewPathHelper when an attempt is made to convert a full path into an MMP path and the path's drive differs from that of the current SDK. This may either be intentional or an error. Clients should decide.
Method Summary | |
---|---|
IPath |
getPath()
Get the converted full path with the device/drive in place. |
IPath |
getPathNoDevice()
Get the converted full path without a device/drive, as it should appear in MMP. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public IPath getPath()
public IPath getPathNoDevice()
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |