org.millstone.base.terminal
Class PaintException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--org.millstone.base.terminal.PaintException
All Implemented Interfaces:
java.io.Serializable

public class PaintException
extends java.io.IOException

Paint exepction is trown if painting of a component fails.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.
See Also:
Serialized Form

Constructor Summary
PaintException(java.io.IOException exception)
          Constructs an instance of PaintExecption from IOException.
PaintException(java.lang.String msg)
          Constructs an instance of PaintExecption with the specified detail message.
 
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

PaintException

public PaintException(java.lang.String msg)
Constructs an instance of PaintExecption with the specified detail message.

Parameters:
msg - the detail message.

PaintException

public PaintException(java.io.IOException exception)
Constructs an instance of PaintExecption from IOException.

Parameters:
exception - The original exception.


Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.