murlen.util.fscript
Class FSException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bymurlen.util.fscript.FSException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FSReflectionExtension.FSReflectionException, FSUnsupportedException

public class FSException
extends java.lang.Exception

FSException - Exception generated by FScript

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

This is a simple extension of exception - used to indicate error conditions within FScript

Version:
1.12
Author:
murlen
See Also:
Serialized Form

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

FSException

public FSException()

FSException

public FSException(java.lang.String msg)