Package helma.framework
Class FrameworkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- helma.framework.FrameworkException
-
- All Implemented Interfaces:
java.io.Serializable
public class FrameworkException extends java.lang.RuntimeException
The basic exception class used to tell when certain things go wrong in evaluation of requests.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameworkException(java.lang.String msg)
Creates a new FrameworkException object.
-