|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
gov.nasa.arc.brahms.common.exceptions.BrahmsError
gov.nasa.arc.brahms.vm.api.exceptions.VMError
gov.nasa.arc.brahms.vm.api.exceptions.ConceptFormatError
public class ConceptFormatError
The ConceptFormatError is an error thrown by the Brahms virtual machine when errors occur in reading and parsing in a model or concept. The model or concept is not well formed or valid.
| Constructor Summary | |
|---|---|
ConceptFormatError()
Constructor, creates a new ConceptFormatError with no detail message |
|
ConceptFormatError(java.lang.String message)
Constructor, creates a new ConceptFormatError with the given detail message |
|
ConceptFormatError(java.lang.String message,
java.lang.Throwable t)
Constructor, creates a new VMError with the given detail message wrapping the given exception |
|
ConceptFormatError(java.lang.Throwable t)
Constructor, creates a new ConceptFormatError with the given linked exception |
|
| Method Summary |
|---|
| Methods inherited from class gov.nasa.arc.brahms.common.exceptions.BrahmsError |
|---|
getLinkedException, printStackTrace, printStackTrace, printStackTrace, setLinkedException |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConceptFormatError()
public ConceptFormatError(java.lang.String message)
message - the detail messagepublic ConceptFormatError(java.lang.Throwable t)
t - the Throwable to be linked to this exception
public ConceptFormatError(java.lang.String message,
java.lang.Throwable t)
message - the detail messaget - the Throwable to be linked to this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||