Jiffie: Java InterFace For Internet Explorer

net.sf.jiffie
Class JiffieException

Package class diagram package JiffieException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by net.sf.jiffie.JiffieException
All Implemented Interfaces:
java.io.Serializable

public class JiffieException
extends java.lang.Exception

This class represents exceptions thrown by Jiffie.

See Also:
Serialized Form

Constructor Summary
JiffieException(java.lang.String message)
          Constructor.
JiffieException(java.lang.String message, java.lang.Throwable cause)
          Constructor.
 
Method Summary
 
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

JiffieException

public JiffieException(java.lang.String message)
Constructor.

Parameters:
message - exception message

JiffieException

public JiffieException(java.lang.String message,
                       java.lang.Throwable cause)
Constructor.

Parameters:
message - exception message
cause - exception cause


Copyright © 2004-2009 Packwood Software. All Rights Reserved.