|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestException | |
com.ptc.edadata | This package is for requesting information from EDA files |
Uses of RequestException in com.ptc.edadata |
Subclasses of RequestException in com.ptc.edadata | |
class |
BoardRequestException
Title: BoardRequestException |
class |
BOMRequestException
Title: BOMRequestException |
class |
CleanupRequestException
Title: CleanupRequestException |
class |
EDAViewableRequestException
Title: EDAViewableRequestException |
class |
ExtraOptionsNeededException
Exception thrown when API encounters insufficient data in a request item See RequestException 's JavaDoc for details |
class |
InternalErrorException
Class to wrap unexpected internal API exceptions occuring during request processing See RequestException 's JavaDoc for details |
class |
InvalidRequestItemException
Exception indicating request item with contradicting/invalid parameters or missing mandatory parameters. E.g., model's type in design root does not match ecadType parameter, or non-existing design root is passed, or no design root passed at all for SchematicRequestItem, etc.. |
class |
SchematicRequestException
Title: SchematicRequestException |
class |
VerifyDesignRequestException
Title: VerifyDesignRequestException |
Fields in com.ptc.edadata declared as RequestException | |
private RequestException |
RequestException.m_reNextException
|
Methods in com.ptc.edadata that return RequestException | |
RequestException |
RequestException.getNextException()
Retrieves the exception chained to this RequestException object. |
Methods in com.ptc.edadata with parameters of type RequestException | |
void |
RequestException.setNextException(RequestException nextException)
Adds an RequestException object to the end of the chain. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |