org.jpublish
Class JPublishRuntimeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.jpublish.JPublishRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReservedNameException

public class JPublishRuntimeException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
JPublishRuntimeException()
          Construct a JPublishRuntimeException.
JPublishRuntimeException(java.lang.String message)
          Construct a JPublishRuntimeException.
JPublishRuntimeException(java.lang.String message, java.lang.Throwable t)
          Construct a new JPublishRuntimeException 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

JPublishRuntimeException

public JPublishRuntimeException()
Construct a JPublishRuntimeException.

JPublishRuntimeException

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

JPublishRuntimeException

public JPublishRuntimeException(java.lang.String message,
                                java.lang.Throwable t)
Construct a new JPublishRuntimeException 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.