org.jpublish
Class JPublishException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jpublish.JPublishException
All Implemented Interfaces:
java.io.Serializable

public class JPublishException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
JPublishException()
          Construct a JPublishException.
JPublishException(java.lang.String message)
          Construct a JPublishException.
JPublishException(java.lang.String message, java.lang.Throwable t)
          Construct a new JPublishException with the given message and nested exception.
 
Method Summary
 void printStackTrace(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JPublishException

public JPublishException()
Construct a JPublishException.

JPublishException

public JPublishException(java.lang.String message)
Construct a JPublishException.
Parameters:
message - The error message

JPublishException

public JPublishException(java.lang.String message,
                         java.lang.Throwable t)
Construct a new JPublishException with the given message and nested exception.
Parameters:
message - The error message
t - The nested exception
Method Detail

printStackTrace

public void printStackTrace(java.io.PrintWriter out)
Overrides:
printStackTrace in class java.lang.Throwable


Copyright (C) 2001 Anthony Eden. All Rights Reserved.