org.squigle.layers
Class LayerNotWritableException

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

public class LayerNotWritableException
extends java.lang.Exception

Exception thrown when attempting to write to a readable layer

See Also:
Serialized Form

Constructor Summary
LayerNotWritableException()
           
LayerNotWritableException(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

LayerNotWritableException

public LayerNotWritableException()

LayerNotWritableException

public LayerNotWritableException(java.lang.String s)