jBNC Toolbox

jbnc.dataset
Class AttributeSpecs.AttributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjbnc.dataset.AttributeSpecs.AttributeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AttributeSpecs

public static final class AttributeSpecs.AttributeException
extends java.lang.Exception

Exception specific to the AttributeSpecs class.

See Also:
Serialized Form

Constructor Summary
AttributeSpecs.AttributeException()
          Constructor for the AttributeException object.
AttributeSpecs.AttributeException(java.lang.String msg)
          Constructor for the AttributeException object.
 
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

AttributeSpecs.AttributeException

public AttributeSpecs.AttributeException()
Constructor for the AttributeException object.


AttributeSpecs.AttributeException

public AttributeSpecs.AttributeException(java.lang.String msg)
Constructor for the AttributeException object.

Parameters:
msg - Description of Parameter

SourceForge.net Logo