jef.dna.attributes.exceptions
Class UnsupportedAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jef.dna.attributes.exceptions.UnsupportedAttributeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedAttributeException
extends java.lang.Exception

Exception thrown when an unsupported attribute is found scanning the input file.

Author:
Francesco Russo frusso@cs.unibo.it
See Also:
Serialized Form

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

UnsupportedAttributeException

public UnsupportedAttributeException()
Creates a new instance of unsupportedAttributeException without detail message.


UnsupportedAttributeException

public UnsupportedAttributeException(java.lang.String msg)
Constructs an instance of unsupportedAttributeException with the specified detail message.

Parameters:
msg - the detail message.
Method Detail

getMessage

public java.lang.String getMessage()
Getter for the exception's message.

Overrides:
getMessage in class java.lang.Throwable
Returns:
The exception's message.