|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ptolemy.caltrop.CalIOException
public class CalIOException
An exception used to indicate an IO error during interpretation of a
CAL actor in Ptolemy. This can occur during the getting/putting of a
caltrop.data.Token on a channel.
| Red (cxh) |
| Red (cxh) |
| Constructor Summary | |
|---|---|
CalIOException()
Create a CalIOException(). |
|
CalIOException(java.lang.String msg)
Create a CalIOException with a message. |
|
CalIOException(java.lang.String msg,
java.lang.Throwable cause)
Create a CalIOException with a message and a cause. |
|
CalIOException(java.lang.Throwable cause)
Create a CalIOException with a 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 |
|---|
public CalIOException()
public CalIOException(java.lang.String msg)
msg - The message.
public CalIOException(java.lang.String msg,
java.lang.Throwable cause)
msg - The message.cause - The cause.public CalIOException(java.lang.Throwable cause)
cause - The cause.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||