com.google.clearsilver.jsilver.exceptions
Class JSilverIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.google.clearsilver.jsilver.exceptions.JSilverException
                  extended by com.google.clearsilver.jsilver.exceptions.JSilverIOException
All Implemented Interfaces:
Serializable

public class JSilverIOException
extends JSilverException

JSilver failed to access underlying IO stream. Wraps an IOException to make it a RuntimeException.

See Also:
Serialized Form

Constructor Summary
JSilverIOException(IOException cause)
           
 
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

JSilverIOException

public JSilverIOException(IOException cause)


Copyright © 2010-2012 Google. All Rights Reserved.