Package helma.framework
Class FrameworkException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
helma.framework.FrameworkException
- All Implemented Interfaces:
Serializable
The basic exception class used to tell when certain things go
wrong in evaluation of requests.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FrameworkException
Creates a new FrameworkException object.- Parameters:
msg
- ...
-