oracle.javatools.util
Class ClosureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.javatools.util.ClosureException
- All Implemented Interfaces:
- java.io.Serializable
public class ClosureException
- extends java.lang.Exception
Exception type thrown from SwingClosure.
- See Also:
- Serialized Form
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 |
ClosureException
public ClosureException()
ClosureException
public ClosureException(java.lang.String message)
ClosureException
public ClosureException(java.lang.String message,
java.lang.Throwable cause)
ClosureException
public ClosureException(java.lang.Throwable cause)
Copyright © 1997, 2010, Oracle. All rights reserved.