com.stc.swift.runtime
Class SwiftUnmarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stc.otd.runtime.UnmarshalException
com.stc.swift.runtime.SwiftUnmarshalException
- All Implemented Interfaces:
- java.io.Serializable
public class SwiftUnmarshalException
- extends com.stc.otd.runtime.UnmarshalException
This exception type occurs for an error during the call to unmarshal() in
the OtdRoot interface.
- Version:
- $ $
- See Also:
- Serialized Form
Methods inherited from class com.stc.otd.runtime.UnmarshalException |
getColumnNumber, getLineNumber, getLocation, getOffset, getOriginalMessage, hasLineAndColumn, hasOffset, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SwiftUnmarshalException
public SwiftUnmarshalException(SwiftOtdLocation loc,
java.lang.String msg)
SwiftUnmarshalException
public SwiftUnmarshalException(SwiftOtdLocation loc,
java.lang.String msg,
int category)
category
public int category()
category
public void category(int category)
Copyright © 2008 Sun Microsystems, Inc. All rights reserved.