|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.refractions.udig.project.render.RenderException
public class RenderException
Indicates that an exception during Rendering has occurred.
Constructor Summary | |
---|---|
RenderException()
Construct RenderException . |
|
RenderException(java.lang.String msg)
Construct RenderException . |
|
RenderException(java.lang.String msg,
java.lang.Throwable t)
Construct RenderException . |
|
RenderException(java.lang.Throwable t)
Construct RenderException . |
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 |
---|
public RenderException(java.lang.String msg, java.lang.Throwable t)
RenderException
.
msg
- comment about the exceptiont
- the exception that occurredpublic RenderException(java.lang.String msg)
RenderException
.
msg
- comment about the exceptionpublic RenderException()
RenderException
.
msg
- comment about the exceptionpublic RenderException(java.lang.Throwable t)
RenderException
.
t
- the exception that occurred
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |