Class: IllegalModelException

composer-common. IllegalModelException

Exception throws when a composer file is semantically invalid


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:

Extends

  • BaseException

Methods


getFileLocation()

Returns the file location associated with the exception or null

Source:
Returns:

the optional location associated with the exception

Type
string

getModelFile()

Returns the modelfile associated with the exception or null

Source:
Returns:

the optional filename associated with the model

Type
string