java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.RuntimeCollective.publication.PublicationException
- All Implemented Interfaces:
- java.io.Serializable
- public class PublicationException
- extends java.lang.RuntimeException
The subclass of RuntimeException which should be thrown by classes in
the Publication module when they meet some kind of problem.
- Version:
- $Id: PublicationException.java,v 1.3 2003/09/30 15:12:51 joe Exp $
| Nested classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PublicationException
public PublicationException(java.lang.String s)