org.multiverse.templates
Class InvisibleCheckedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.multiverse.templates.InvisibleCheckedException
All Implemented Interfaces:
Serializable

public class InvisibleCheckedException
extends RuntimeException

An RuntimeException that wraps a checked exception. It is useful if a checked exception is thrown, but can't be rethrown.

Author:
Peter Veentjer
See Also:
Serialized Form

Constructor Summary
InvisibleCheckedException(Exception cause)
           
 
Method Summary
 Exception getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

InvisibleCheckedException

public InvisibleCheckedException(Exception cause)
Method Detail

getCause

public Exception getCause()
Overrides:
getCause in class Throwable


Copyright © 2008-2010 Multiverse. All Rights Reserved.