org.eobjects.sassy
Class SasReaderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eobjects.sassy.SasReaderException
All Implemented Interfaces:
Serializable

public class SasReaderException
extends RuntimeException

Represents an exception thrown while reading a sas7bdat file.

Author:
Kasper Sørensen
See Also:
Serialized Form

Constructor Summary
SasReaderException(String string)
           
SasReaderException(String string, Exception e)
           
 
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

SasReaderException

public SasReaderException(String string)

SasReaderException

public SasReaderException(String string,
                          Exception e)


Copyright © 2011-2012. All Rights Reserved.