sl
Class CodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
sl.CodecException
- All Implemented Interfaces:
- java.io.Serializable
- public class CodecException
- extends java.lang.Exception
This exception is thrown when some problem occurs in the concrete parsing
subsystem accessed through this interface. If an exception is thrown by the
underlying parser, it is wrapped with a Codec.CodecException,
which is then rethrown.
- See Also:
- Serialized Form
|
Field Summary |
private java.lang.Throwable |
nested
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
|
Constructor Summary |
CodecException(java.lang.String msg,
java.lang.Throwable t)
Construct a new CodecException |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
nested
private java.lang.Throwable nested
CodecException
public CodecException(java.lang.String msg,
java.lang.Throwable t)
- Construct a new
CodecException
- Parameters:
msg - The message for this exception.t - The exception wrapped by this object.
getNested
public java.lang.Throwable getNested()
- Reads the exception wrapped by this object.
- Returns:
- the
Throwable object that is the exception thrown by
the concrete parsing subsystem.
printStackTrace
public void printStackTrace()
Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.