murlen.util.fscript
Class FSUnsupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymurlen.util.fscript.FSException
              extended bymurlen.util.fscript.FSUnsupportedException
All Implemented Interfaces:
java.io.Serializable

public class FSUnsupportedException
extends FSException

FSUnsupportedException - Exception rasied to indicate that a particular method/variable is not implemented by extensions

Copyright (C) 2000 murlen.

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.

You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA

Author:
murlen
See Also:
Serialized Form

Constructor Summary
FSUnsupportedException()
           
FSUnsupportedException(java.lang.String name)
          Exception specifically used to indicate that extensions/subclasses do not support the given function/variable name.
 
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

FSUnsupportedException

public FSUnsupportedException()

FSUnsupportedException

public FSUnsupportedException(java.lang.String name)
Exception specifically used to indicate that extensions/subclasses do not support the given function/variable name.

Parameters:
name - the name of function/variable not supported