Package jade.content.frame
Class FrameException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.frame.FrameException
-
- All Implemented Interfaces:
Serializable
public class FrameException extends WrapperException
Generic exception of the Frame-based content support.- Author:
- Giovanni Caire - TILAB
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FrameException(String message)Construct aFrameExceptionwith a given message.FrameException(String message, Throwable t)Construct aFrameExceptionwith a given message and a given nested Throwable.
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FrameException
public FrameException(String message)
Construct aFrameExceptionwith a given message.- Parameters:
message- the message
-
-