Sun Message Library for SWIFT API

com.stc.swift.runtime
Class SwiftUnmarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.stc.otd.runtime.UnmarshalException
                  extended by 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

Nested Class Summary
static interface SwiftUnmarshalException.Category
           
 
Constructor Summary
SwiftUnmarshalException(SwiftOtdLocation loc, java.lang.String msg)
           
SwiftUnmarshalException(SwiftOtdLocation loc, java.lang.String msg, int category)
           
 
Method Summary
 int category()
           
 void category(int category)
           
 
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
 

Constructor Detail

SwiftUnmarshalException

public SwiftUnmarshalException(SwiftOtdLocation loc,
                               java.lang.String msg)

SwiftUnmarshalException

public SwiftUnmarshalException(SwiftOtdLocation loc,
                               java.lang.String msg,
                               int category)
Method Detail

category

public int category()

category

public void category(int category)

Sun Message Library for SWIFT API

Copyright © 2008 Sun Microsystems, Inc. All rights reserved.