org.tigris.gef.ocl
Class ExpansionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.tigris.gef.ocl.ExpansionException
- All Implemented Interfaces:
- java.io.Serializable
- public class ExpansionException
- extends java.lang.Exception
An exception to be thrown by some expansion operation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpansionException
public ExpansionException()
- Constructor
ExpansionException
public ExpansionException(java.lang.String message)
- Constructor
- Parameters:
message
- the message
ExpansionException
public ExpansionException(java.lang.String message,
java.lang.Throwable c)
- Parameters:
message
- the messagec
- the cause of the exception
ExpansionException
public ExpansionException(java.lang.Throwable c)
- Parameters:
c
- the cause of the exception
getCause
public java.lang.Throwable getCause()
- See Also:
Throwable.getCause()
printStackTrace
public void printStackTrace()
- See Also:
Throwable.printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
- See Also:
Throwable.printStackTrace(java.io.PrintStream)
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
- See Also:
Throwable.printStackTrace(java.io.PrintWriter)