|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
de.modlab.smilib.exceptions.SmiLibException
de.modlab.smilib.exceptions.SmiLibIOException
public class SmiLibIOException
SmiLib specific Exception.
| Constructor Summary | |
|---|---|
SmiLibIOException()
Creates a new instance of SmiLibIOException without detail message. |
|
SmiLibIOException(java.lang.String msg)
Constructs an instance of SmiLibIOException with the specified detail message. |
|
SmiLibIOException(java.lang.String message,
java.lang.Throwable cause)
Constructs an instance of SmiLibIOException with the specified cause. |
|
SmiLibIOException(java.lang.Throwable cause)
Constructs an instance of SmiLibException with the specified 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 SmiLibIOException()
SmiLibIOException without detail message.
public SmiLibIOException(java.lang.String msg)
SmiLibIOException with the specified detail message.
msg - the detail message.public SmiLibIOException(java.lang.Throwable cause)
SmiLibException with the specified cause.
cause - another exception (throwable).
public SmiLibIOException(java.lang.String message,
java.lang.Throwable cause)
SmiLibIOException with the specified cause.
message - the detail messagecause - another exception (throwable).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||