com.photoviewer.server.util
Class PhotoGenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.photoviewer.server.util.PhotoGenException
- All Implemented Interfaces:
- java.io.Serializable
- public class PhotoGenException
- extends java.lang.RuntimeException
Special exception class used by the Photo Generator. It can optionally be
instructed to display the stack trace (or not).
- Author:
- Chris Normand
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_showStackTrace
protected boolean m_showStackTrace
m_target
protected java.lang.Exception m_target
PhotoGenException
public PhotoGenException(java.lang.Exception ex)
PhotoGenException
public PhotoGenException(java.lang.Exception ex,
java.lang.String message)
PhotoGenException
public PhotoGenException(java.lang.String message)
PhotoGenException
public PhotoGenException(java.lang.String message,
boolean show)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintWriter s)