org.multiverse.templates
Class InvisibleCheckedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
InvisibleCheckedException
public InvisibleCheckedException(Exception cause)
getCause
public Exception getCause()
- Overrides:
getCause in class Throwable
Copyright © 2008-2010 Multiverse. All Rights Reserved.