edu.vub.at.exceptions
Class XIOProblem

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byedu.vub.at.exceptions.InterpreterException
              extended byedu.vub.at.exceptions.XIOProblem
All Implemented Interfaces:
java.io.Serializable

public class XIOProblem
extends InterpreterException

The class XIOProblem is mainly a wrapper class for Java IOExceptions.

Author:
tvc
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
 
Fields inherited from class edu.vub.at.exceptions.InterpreterException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
XIOProblem(java.io.IOException cause)
           
 
Method Summary
 java.lang.String getMessage()
           
 ATStripe getStripeType()
           
 
Methods inherited from class edu.vub.at.exceptions.InterpreterException
getAmbientTalkRepresentation, printAmbientTalkStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

XIOProblem

public XIOProblem(java.io.IOException cause)
Method Detail

getMessage

public java.lang.String getMessage()

getStripeType

public ATStripe getStripeType()
Specified by:
getStripeType in class InterpreterException