|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
jef.dna.attributes.exceptions.UnsupportedAttributeException
public class UnsupportedAttributeException
Exception thrown when an unsupported attribute is found scanning the input file.
Constructor Summary | |
---|---|
UnsupportedAttributeException()
Creates a new instance of unsupportedAttributeException without detail
message. |
|
UnsupportedAttributeException(java.lang.String msg)
Constructs an instance of unsupportedAttributeException with the specified
detail message. |
Method Summary | |
---|---|
java.lang.String |
getMessage()
Getter for the exception's message. |
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 |
---|
public UnsupportedAttributeException()
unsupportedAttributeException
without detail
message.
public UnsupportedAttributeException(java.lang.String msg)
unsupportedAttributeException
with the specified
detail message.
msg
- the detail message.Method Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |