org.mmbase.util
Class MagicFile.NotSupported

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mmbase.util.MagicFile.NotSupported
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
MagicFile

protected class MagicFile.NotSupported
extends java.lang.Exception

Exception to be thrown when a feature from UNIX 'file'/magic is not supported

See Also:
Serialized Form

Constructor Summary
MagicFile.NotSupported(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MagicFile.NotSupported

public MagicFile.NotSupported(java.lang.String msg)


MMBase 2002