|
||||||||||
| 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.io.IOException
org.minueto.MinuetoFileException
public class MinuetoFileException
Thrown by several methods of the Minueto package to indicate that a read or write file error has occured.
MinuetoEventQueue,
MinuetoEventQueue.handle(),
Serialized Form| Constructor Summary | |
|---|---|
MinuetoFileException()
Constructs a MinuetoFileException with null as its error message string. |
|
MinuetoFileException(java.lang.String s)
Constructs a MinuetoFileException, saving a reference to the error
message string s for later retrieval by the getMessage method. |
|
| 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 |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MinuetoFileException()
MinuetoFileException with null as its error message string.
public MinuetoFileException(java.lang.String s)
MinuetoFileException, saving a reference to the error
message string s for later retrieval by the getMessage method.
s - String indicating the detailed message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||