net.larsan.urd.impl
Class NoSuchAttributeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--net.larsan.urd.impl.NoSuchAttributeException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchAttributeException
extends java.lang.Exception

An exception for missing attributes in norna archives.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson
See Also:
Serialized Form

Constructor Summary
NoSuchAttributeException(java.lang.String msg)
          Create exception
 
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

NoSuchAttributeException

public NoSuchAttributeException(java.lang.String msg)
Create exception