Uses of Class
com.iparelan.util.MarshallingException.SubType

Packages that use MarshallingException.SubType
com.iparelan.util Iparelan Utilities
This file is part of Virtual Team Tools.
Copyright © 2008, Iparelan Solutions, LLC. 
 

Uses of MarshallingException.SubType in com.iparelan.util
 

Fields in com.iparelan.util declared as MarshallingException.SubType
private  MarshallingException.SubType MarshallingException.subType
           
 

Methods in com.iparelan.util that return MarshallingException.SubType
 MarshallingException.SubType MarshallingException.getSubType()
          Produces the exception subtype.
static MarshallingException.SubType MarshallingException.SubType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MarshallingException.SubType[] MarshallingException.SubType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.iparelan.util with parameters of type MarshallingException.SubType
MarshallingException(MarshallingException.SubType subType, String msg)
          Creates a MarshallingException.
MarshallingException(MarshallingException.SubType subType, String msg, Throwable cause)
          Creates a MarshallingException.
MarshallingException(MarshallingException.SubType subType, Throwable cause)
          Creates a MarshallingException.
 



Copyright © 2008 Iparelan Solutions, LLC. All rights reserved.