new IllegalModelException(message, modelFile, fileLocation)
Create an IllegalModelException
Parameters:
Name | Type | Description |
---|---|---|
message |
string | the message for the exception |
modelFile |
string | the optional modelfile associated with the exception |
fileLocation |
string | the optional file location associated with the exception |
- Source:
- See:
-
See BaseException
Extends
- BaseException
Methods
-
getFileLocation()
-
Returns the file location associated with the exception or null
Returns:
the optional location associated with the exception
- Type
- string
-
getModelFile()
-
Returns the modelfile associated with the exception or null
Returns:
the optional filename associated with the model
- Type
- string