org.polliwog
Class WeblogException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.polliwog.WeblogException
All Implemented Interfaces:
java.io.Serializable

public class WeblogException
extends java.lang.Exception

The exception used within polliwog.

 Last Modified By: $Author: barrygently $
 Last Modified On: $Date: 2005/07/04 14:00:01 $
 Current Revision: $Revision: 1.3 $
 

See Also:
Serialized Form

Constructor Summary
WeblogException(java.lang.String m)
           
WeblogException(java.lang.String m, java.lang.Throwable t)
           
 
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

WeblogException

public WeblogException(java.lang.String m)

WeblogException

public WeblogException(java.lang.String m,
                       java.lang.Throwable t)


  Copyright © 2007 Gary Bentley. All Rights Reserved.