de.modlab.smilib.exceptions
Class SmiLibIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.modlab.smilib.exceptions.SmiLibException
              extended by de.modlab.smilib.exceptions.SmiLibIOException
All Implemented Interfaces:
java.io.Serializable

public class SmiLibIOException
extends SmiLibException

SmiLib specific Exception.

See Also:
Serialized Form

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

SmiLibIOException

public SmiLibIOException()
Creates a new instance of SmiLibIOException without detail message.


SmiLibIOException

public SmiLibIOException(java.lang.String msg)
Constructs an instance of SmiLibIOException with the specified detail message.

Parameters:
msg - the detail message.

SmiLibIOException

public SmiLibIOException(java.lang.Throwable cause)
Constructs an instance of SmiLibException with the specified cause.

Parameters:
cause - another exception (throwable).

SmiLibIOException

public SmiLibIOException(java.lang.String message,
                         java.lang.Throwable cause)
Constructs an instance of SmiLibIOException with the specified cause.

Parameters:
message - the detail message
cause - another exception (throwable).