com.ptc.edadata
Class InvalidRequestItemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ptc.edadata.RequestException
              extended bycom.ptc.edadata.InvalidRequestItemException
All Implemented Interfaces:
Serializable

public class InvalidRequestItemException
extends RequestException

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.. See RequestException's JavaDoc for details

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ptc.edadata.RequestException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
InvalidRequestItemException()
           
InvalidRequestItemException(String message)
           
InvalidRequestItemException(String message, RequestItem item)
           
InvalidRequestItemException(String message, RequestItem item, Throwable nestedException)
           
 
Methods inherited from class com.ptc.edadata.RequestException
getItem, getMessage, getNestedException, getNextException, setItem, setMessage, setNestedException, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidRequestItemException

public InvalidRequestItemException()

InvalidRequestItemException

public InvalidRequestItemException(String message)

InvalidRequestItemException

public InvalidRequestItemException(String message,
                                   RequestItem item)

InvalidRequestItemException

public InvalidRequestItemException(String message,
                                   RequestItem item,
                                   Throwable nestedException)