org.biffle.cliff.pearl
Class PearlIOException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.biffle.cliff.pearl.PearlException
                    |
                    +--org.biffle.cliff.pearl.PearlIOException
All Implemented Interfaces:
java.io.Serializable

public class PearlIOException
extends PearlException

Used as a wrapper for unexpected IOExceptions thrown during Pearl processing.

See Also:
Serialized Form

Constructor Summary
PearlIOException(java.io.IOException base)
          Creates a new PearlIOException.
 
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

PearlIOException

public PearlIOException(java.io.IOException base)
Creates a new PearlIOException.