org.squigle.layers
Class LayerNotReadableException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.squigle.layers.LayerNotReadableException
All Implemented Interfaces:
java.io.Serializable

public class LayerNotReadableException
extends java.lang.Exception

Exception thrown when attempting to read a writable layer

See Also:
Serialized Form

Constructor Summary
LayerNotReadableException()
           
LayerNotReadableException(java.lang.String s)
           
 
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

LayerNotReadableException

public LayerNotReadableException()

LayerNotReadableException

public LayerNotReadableException(java.lang.String s)