org.schwiebert.abl4j.io
Class NoReaderAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.schwiebert.abl4j.io.NoReaderAvailableException
- All Implemented Interfaces:
- Serializable
public class NoReaderAvailableException
- extends Exception
This exception indicates that reading an ITreeBank failed because
no ITreebankReader had been defined.
- Author:
- sschwieb
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
NoReaderAvailableException
public NoReaderAvailableException(String message,
Throwable cause)
© 2007 Stephan Schwiebert