|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception edu.umd.cfar.lamp.viper.util.BadDataException viper.descriptors.ImproperDescriptorException
Indicates a descriptor was attempted to be used that was not defined in the descriptor config section.
Constructor Summary | |
ImproperDescriptorException()
Constructs a new exception with no detail message. |
|
ImproperDescriptorException(java.lang.String s)
Constructs a new exception with the given detail message. |
|
ImproperDescriptorException(java.lang.String s,
int startCharacter,
int endCharacter)
Constructs a new exception with the given detail message and line localization information. |
Methods inherited from class edu.umd.cfar.lamp.viper.util.BadDataException |
getEnd, getStart, isChar |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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 |
public ImproperDescriptorException()
public ImproperDescriptorException(java.lang.String s)
s
- the detail messagepublic ImproperDescriptorException(java.lang.String s, int startCharacter, int endCharacter)
s
- the detail messagestartCharacter
- the first character where the error
may have startedendCharacter
- the last character of the error region
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |